Some c++ testing

This commit is contained in:
Gulum
2017-10-23 18:52:24 +02:00
parent 9676c44ef2
commit 9130a45795
7 changed files with 55 additions and 56 deletions

12
src/DarkRP2D.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef DARKRP2D_H
#define DARKRP2D_H
class DarkRP2D {
public:
void create();
void loop(float deltaTime);
void resize();
void dispose();
};
#endif // DARKRP2D_H