summaryrefslogtreecommitdiffstats
path: root/src/control/Record.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/control/Record.h (renamed from src/RecordDataForGame.h)8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/RecordDataForGame.h b/src/control/Record.h
index 5d007ce5..97a9663d 100644
--- a/src/RecordDataForGame.h
+++ b/src/control/Record.h
@@ -4,4 +4,10 @@ class CRecordDataForGame
{
public:
static UInt16 &RecordingState;
-}; \ No newline at end of file
+};
+
+class CRecordDataForChase
+{
+public:
+ static UInt8 &Status;
+};