diff options
Diffstat (limited to 'src/RecordDataForGame.h')
-rw-r--r-- | src/RecordDataForGame.h | 7 |
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 |