diff options
author | Fire_Head <Fire-Head@users.noreply.github.com> | 2019-06-13 02:43:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-13 02:43:57 +0200 |
commit | 35ea1765e2a601c3f28c44a988d563a65ff7e024 (patch) | |
tree | 1268190517f3075c4b33239484072b7bacdd3ee9 /src/control | |
parent | Merge branch 'master' of github.com:Fire-Head/re3 (diff) | |
download | re3-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 |
Diffstat (limited to '')
-rw-r--r-- | src/control/Replay.h | 1 |
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 }; |