diff options
Diffstat (limited to '')
-rw-r--r-- | src/control/Replay.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/control/Replay.h b/src/control/Replay.h index e7a195dc..b680cacc 100644 --- a/src/control/Replay.h +++ b/src/control/Replay.h @@ -3,7 +3,9 @@ class CReplay { public: - static void Display(void); + enum { + MODE_1 + }; static uint8 &Mode; static Bool &bPlayingBackFromFile; |