diff options
Diffstat (limited to 'src/control/Record.cpp')
-rw-r--r-- | src/control/Record.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/control/Record.cpp b/src/control/Record.cpp new file mode 100644 index 00000000..8949da5e --- /dev/null +++ b/src/control/Record.cpp @@ -0,0 +1,6 @@ +#include "common.h" +#include "Record.h" + +UInt16 &CRecordDataForGame::RecordingState = *(UInt16*)0x95CC24; + +UInt8 &CRecordDataForChase::Status = *(UInt8*)0x95CDCE; |