summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFire_Head <Fire-Head@users.noreply.github.com>2019-06-13 02:43:57 +0200
committerGitHub <noreply@github.com>2019-06-13 02:43:57 +0200
commit35ea1765e2a601c3f28c44a988d563a65ff7e024 (patch)
tree1268190517f3075c4b33239484072b7bacdd3ee9
parentMerge branch 'master' of github.com:Fire-Head/re3 (diff)
downloadre3-35ea1765e2a601c3f28c44a988d563a65ff7e024.tar
re3-35ea1765e2a601c3f28c44a988d563a65ff7e024.tar.gz
re3-35ea1765e2a601c3f28c44a988d563a65ff7e024.tar.bz2
re3-35ea1765e2a601c3f28c44a988d563a65ff7e024.tar.lz
re3-35ea1765e2a601c3f28c44a988d563a65ff7e024.tar.xz
re3-35ea1765e2a601c3f28c44a988d563a65ff7e024.tar.zst
re3-35ea1765e2a601c3f28c44a988d563a65ff7e024.zip
-rw-r--r--src/control/Replay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/Replay.h b/src/control/Replay.h
index b680cacc..331cc44f 100644
--- a/src/control/Replay.h
+++ b/src/control/Replay.h
@@ -3,6 +3,7 @@
class CReplay
{
public:
+ static void Display(void);
enum {
MODE_1
};