diff options
author | aap <aap@papnet.eu> | 2019-06-12 11:18:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-12 11:18:11 +0200 |
commit | a375709eeb66b8013da3c1efbfff850d36e4b9c9 (patch) | |
tree | f7dceb2aee62bc40554b69a6c0c3051371e4ddc2 /src/control/Replay.h | |
parent | animation fixes (diff) | |
parent | Add NUMONSCREENTIMERENTRIES in config.h (diff) | |
download | re3-a375709eeb66b8013da3c1efbfff850d36e4b9c9.tar re3-a375709eeb66b8013da3c1efbfff850d36e4b9c9.tar.gz re3-a375709eeb66b8013da3c1efbfff850d36e4b9c9.tar.bz2 re3-a375709eeb66b8013da3c1efbfff850d36e4b9c9.tar.lz re3-a375709eeb66b8013da3c1efbfff850d36e4b9c9.tar.xz re3-a375709eeb66b8013da3c1efbfff850d36e4b9c9.tar.zst re3-a375709eeb66b8013da3c1efbfff850d36e4b9c9.zip |
Diffstat (limited to '')
-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; }; |