summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorWes Hampson <thehambone93@gmail.com>2020-04-13 20:20:57 +0200
committerWes Hampson <thehambone93@gmail.com>2020-04-13 20:20:57 +0200
commita19d5dbee146bef01ed44058d0498bce63b48279 (patch)
treece37147d17b01a61b3e9feec6b80271f3f0c4f1c /src/core
parentRemove GenericLoad from TODOs (diff)
downloadre3-a19d5dbee146bef01ed44058d0498bce63b48279.tar
re3-a19d5dbee146bef01ed44058d0498bce63b48279.tar.gz
re3-a19d5dbee146bef01ed44058d0498bce63b48279.tar.bz2
re3-a19d5dbee146bef01ed44058d0498bce63b48279.tar.lz
re3-a19d5dbee146bef01ed44058d0498bce63b48279.tar.xz
re3-a19d5dbee146bef01ed44058d0498bce63b48279.tar.zst
re3-a19d5dbee146bef01ed44058d0498bce63b48279.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/Timer.h3
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