Prototype quicksave functionality, disabled for now

This commit is contained in:
Mr-Wiseguy
2024-01-13 01:39:08 -05:00
parent a25f967094
commit ecfe2381b0
12 changed files with 420 additions and 3 deletions
+4
View File
@@ -50,6 +50,10 @@ namespace recomp {
void handle_events();
bool game_input_disabled();
// TODO move these
void quicksave_save();
void quicksave_load();
}
#endif