gfx and 2-2 and multi objects

This commit is contained in:
2026-02-08 20:01:32 -06:00
parent ce57691f96
commit e06ab8f76b
12 changed files with 483 additions and 8 deletions

View File

@@ -8,6 +8,8 @@ typedef struct{
int width;
int height;
bool mousedown;
int mx;
int my;
OBJECT *obj;
} STUFFS;
#endif