This commit is contained in:
Wes Hampson
2020-04-13 11:20:57 -07:00
parent adde1f7b26
commit a19d5dbee1
2 changed files with 63 additions and 44 deletions

View File

@ -53,6 +53,9 @@ public:
static void Stop(void);
static void StartUserPause(void);
static void EndUserPause(void);
friend bool GenericLoad(void);
friend bool GenericSave(int file);
};
#ifdef FIX_BUGS