diff options
author | Fire_Head <Fire-Head@users.noreply.github.com> | 2019-06-12 20:20:13 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-12 20:20:13 +0300 |
commit | 38730080a2aa91071ff5d524772874af93cc034e (patch) | |
tree | 763b135ff17c75ae83707532b0af91560d0501a3 /src/control/Replay.h | |
parent | 292fd5ad2494fd8cbd500ad0b82bb51620e9fe5c (diff) | |
parent | cb5ec27747d29c130685bee51c4c19285aca47bb (diff) |
Merge pull request #6 from GTAmodding/master
merge updates
Diffstat (limited to 'src/control/Replay.h')
-rw-r--r-- | src/control/Replay.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/control/Replay.h b/src/control/Replay.h index eca818d6..85a9e35e 100644 --- a/src/control/Replay.h +++ b/src/control/Replay.h @@ -3,7 +3,11 @@ class CReplay { public: - static void Display(void); + enum { + MODE_1 + }; static uint8 &Mode; + + static void Display(void); }; |