S7 header config & prototyping support

This commit is contained in:
2023-01-05 00:09:42 +00:00
parent 740077fae3
commit 1521593269
9 changed files with 36 additions and 10 deletions

View File

@@ -43,6 +43,7 @@ struct gameobject {
extern struct gameobject *gameobjects;
int MakeGameobject();
void gameobject_apply(struct gameobject *go);
void init_gameobjects();
void gameobject_delete(int id);
void clear_gameobjects();