mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-24 01:59:15 +01: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;
|