22 #ifndef GROOVIE_SAVELOAD_H 23 #define GROOVIE_SAVELOAD_H 25 #include "common/savefile.h" 26 #include "engines/game.h" 27 #include "engines/savestate.h" 34 static int getMaximumSlot();
35 static bool isSlotValid(
int slot);
48 #endif // GROOVIE_SAVELOAD_H
Definition: savefile.h:54
Definition: savestate.h:56
Definition: saveload.h:31