Adding options inside the pause menu

This commit is contained in:
Anonymus Raccoon
2020-05-03 19:28:52 +02:00
parent 12a5d2c5fa
commit 5865d19b7a
7 changed files with 20 additions and 5 deletions
+1
View File
@@ -14,6 +14,7 @@ struct game_manager_system {
gc_system base;
bool is_inventory;
bool has_message;
gc_scene *game_scene;
};
extern const struct game_manager_system game_manager_system;