1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-18 20:13:12 +00:00
re3/src/control/Record.cpp
2019-06-17 00:23:19 +02:00

7 lines
163 B
C++

#include "common.h"
#include "Record.h"
uint16 &CRecordDataForGame::RecordingState = *(uint16*)0x95CC24;
uint8 &CRecordDataForChase::Status = *(uint8*)0x95CDCE;