yey game work UwU

This commit is contained in:
kin fuyuki 2026-02-23 19:44:17 -03:00
commit 06a763b0fa
No known key found for this signature in database
GPG key ID: 0E4E8E519FB71401
218 changed files with 164 additions and 35 deletions

View file

@ -15,6 +15,7 @@ public:
scene *currentscene;
int tickrate;
int framerate;
bool shouldclose=false;
void changescene(scene*scn);
program():client(false){}
program(bool isclient):client(isclient){}