diff options
Diffstat (limited to 'src/RecordDataForGame.cpp')
-rw-r--r-- | src/RecordDataForGame.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/RecordDataForGame.cpp b/src/RecordDataForGame.cpp new file mode 100644 index 00000000..05b4223c --- /dev/null +++ b/src/RecordDataForGame.cpp @@ -0,0 +1,4 @@ +#include "common.h" +#include "RecordDataForGame.h" + +UInt16 &CRecordDataForGame::RecordingState = *(UInt16 *)0x95CC24;
\ No newline at end of file |