add
This commit is contained in:
10
testing/inc/App.hpp
Normal file
10
testing/inc/App.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
|
||||
class App
|
||||
{
|
||||
public:
|
||||
void init();
|
||||
void update();
|
||||
void draw();
|
||||
void deinit();
|
||||
};
|
||||
Reference in New Issue
Block a user