summaryrefslogtreecommitdiffstats
path: root/src/RecordDataForGame.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/RecordDataForGame.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/RecordDataForGame.h b/src/RecordDataForGame.h
new file mode 100644
index 00000000..5d007ce5
--- /dev/null
+++ b/src/RecordDataForGame.h
@@ -0,0 +1,7 @@
+#pragma once
+
+class CRecordDataForGame
+{
+public:
+ static UInt16 &RecordingState;
+}; \ No newline at end of file