This commit is contained in:
Paul 2001-06-19 22:14:00 +00:00
parent 9fc5b891d7
commit f7d2355ca0
3 changed files with 117 additions and 3 deletions

View file

@ -216,6 +216,8 @@ public:
static void eraseGameSlot(unsigned int _slot);
static void copyGameSlot(unsigned int _src,unsigned int _dest);
static int getNumberOfFrontendScreenToUse();
private:
static GameSlot s_gameSlots[NUM_GAME_SLOTS];