everything
This commit is contained in:
parent
79fa59c3aa
commit
8998bc3936
19 changed files with 855 additions and 7504 deletions
9
game/game.h
Normal file
9
game/game.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
namespace Game {
|
||||
void Init();
|
||||
|
||||
void Update();
|
||||
void Render();
|
||||
void PreRender();
|
||||
void PostRender();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue