everything

This commit is contained in:
Tarion 2026-07-02 04:02:29 +02:00
parent 79fa59c3aa
commit 8998bc3936
No known key found for this signature in database
19 changed files with 855 additions and 7504 deletions

9
game/game.h Normal file
View file

@ -0,0 +1,9 @@
namespace Game {
void Init();
void Update();
void Render();
void PreRender();
void PostRender();
}