Merge pull request #412 from whampson/save-stuff

GenericLoad() done
This commit is contained in:
erorcun
2020-04-13 21:49:57 +03:00
committed by GitHub
3 changed files with 158 additions and 30 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