Adidng save, message and bye inputs of Mia

This commit is contained in:
Anonymus Raccoon
2020-05-01 16:09:49 +02:00
parent 11f4fb4de7
commit 281610a465
7 changed files with 54 additions and 8 deletions
+1
View File
@@ -13,6 +13,7 @@
struct game_manager_system {
gc_system base;
bool is_inventory;
bool has_message;
};
const struct game_manager_system game_manager_system;