diff options
Diffstat (limited to 'src/control/Replay.h')
-rw-r--r-- | src/control/Replay.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/control/Replay.h b/src/control/Replay.h index 77e50403..eca818d6 100644 --- a/src/control/Replay.h +++ b/src/control/Replay.h @@ -4,4 +4,6 @@ class CReplay { public: static void Display(void); + + static uint8 &Mode; }; |