summaryrefslogtreecommitdiffstats
path: root/src/control/Replay.h
diff options
context:
space:
mode:
authorFire_Head <Fire-Head@users.noreply.github.com>2019-06-12 11:58:11 +0200
committerGitHub <noreply@github.com>2019-06-12 11:58:11 +0200
commitea7d5d93b0d1a3d9689ed3f7290302c057ab226a (patch)
treea45953c15754c723d8feb3baded075dff633127f /src/control/Replay.h
parentMerge pull request #3 from GTAmodding/master (diff)
parentMerge pull request #9 from ShFil119/COnscreenTimer (diff)
downloadre3-ea7d5d93b0d1a3d9689ed3f7290302c057ab226a.tar
re3-ea7d5d93b0d1a3d9689ed3f7290302c057ab226a.tar.gz
re3-ea7d5d93b0d1a3d9689ed3f7290302c057ab226a.tar.bz2
re3-ea7d5d93b0d1a3d9689ed3f7290302c057ab226a.tar.lz
re3-ea7d5d93b0d1a3d9689ed3f7290302c057ab226a.tar.xz
re3-ea7d5d93b0d1a3d9689ed3f7290302c057ab226a.tar.zst
re3-ea7d5d93b0d1a3d9689ed3f7290302c057ab226a.zip
Diffstat (limited to 'src/control/Replay.h')
-rw-r--r--src/control/Replay.h2
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;
};