mirror of
https://github.com/zoriya/Gamacon.git
synced 2026-06-07 21:40:31 +00:00
Updating the game with small subsets of entities and not everyone at the same time
This commit is contained in:
+3
-1
@@ -13,4 +13,6 @@ struct gc_list
|
||||
{
|
||||
void *data;
|
||||
gc_list *next;
|
||||
};
|
||||
};
|
||||
|
||||
gc_list *list_add(gc_list *list, void *obj);
|
||||
Reference in New Issue
Block a user