diff options
Diffstat (limited to 'src/control/Record.h')
-rw-r--r-- | src/control/Record.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/control/Record.h b/src/control/Record.h new file mode 100644 index 00000000..97a9663d --- /dev/null +++ b/src/control/Record.h @@ -0,0 +1,13 @@ +#pragma once + +class CRecordDataForGame +{ +public: + static UInt16 &RecordingState; +}; + +class CRecordDataForChase +{ +public: + static UInt8 &Status; +}; |