mirror of
https://github.com/halpz/re3.git
synced 2025-01-09 20:35:27 +00:00
7 lines
163 B
C++
7 lines
163 B
C++
|
#include "common.h"
|
||
|
#include "Record.h"
|
||
|
|
||
|
UInt16 &CRecordDataForGame::RecordingState = *(UInt16*)0x95CC24;
|
||
|
|
||
|
UInt8 &CRecordDataForChase::Status = *(UInt8*)0x95CDCE;
|