diff options
author | Wes Hampson <thehambone93@gmail.com> | 2020-04-13 11:20:57 -0700 |
---|---|---|
committer | Wes Hampson <thehambone93@gmail.com> | 2020-04-13 11:20:57 -0700 |
commit | a19d5dbee146bef01ed44058d0498bce63b48279 (patch) | |
tree | ce37147d17b01a61b3e9feec6b80271f3f0c4f1c /src/core/Timer.h | |
parent | adde1f7b26a324ceba8ef49e54a710f019dbf41f (diff) |
Fixes
Diffstat (limited to 'src/core/Timer.h')
-rw-r--r-- | src/core/Timer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/Timer.h b/src/core/Timer.h index b119bfb2..a4d674da 100644 --- a/src/core/Timer.h +++ b/src/core/Timer.h @@ -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 |