diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-04-14 00:18:53 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-04-14 00:18:53 +0200 |
commit | f54c83c0b527e3034538e4c8791f10fc4e313576 (patch) | |
tree | d10bf31e0badad1e55f035c585c47af557e961e9 /src/core/Timer.h | |
parent | scene edit (diff) | |
parent | update readme (diff) | |
download | re3-f54c83c0b527e3034538e4c8791f10fc4e313576.tar re3-f54c83c0b527e3034538e4c8791f10fc4e313576.tar.gz re3-f54c83c0b527e3034538e4c8791f10fc4e313576.tar.bz2 re3-f54c83c0b527e3034538e4c8791f10fc4e313576.tar.lz re3-f54c83c0b527e3034538e4c8791f10fc4e313576.tar.xz re3-f54c83c0b527e3034538e4c8791f10fc4e313576.tar.zst re3-f54c83c0b527e3034538e4c8791f10fc4e313576.zip |
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 |