Add Vapp
This commit is contained in:
13
view/inc/Vapp.hpp
Normal file
13
view/inc/Vapp.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
class Vapp
|
||||
{
|
||||
public:
|
||||
void init();
|
||||
void update();
|
||||
void draw();
|
||||
void deinit();
|
||||
|
||||
private:
|
||||
bool showDemoWindow;
|
||||
};
|
Reference in New Issue
Block a user