summaryrefslogtreecommitdiffstats
path: root/src/control/Replay.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/Replay.h')
-rw-r--r--src/control/Replay.h4
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;