Some c++ testing
This commit is contained in:
12
src/DarkRP2D.h
Normal file
12
src/DarkRP2D.h
Normal 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
|
||||
Reference in New Issue
Block a user