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
commit 0e056a8e01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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