mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-16 20:18:59 +00:00
6 lines
163 B
C++
6 lines
163 B
C++
#include "common.h"
|
|
#include "Record.h"
|
|
|
|
uint16 &CRecordDataForGame::RecordingState = *(uint16*)0x95CC24;
|
|
|
|
uint8 &CRecordDataForChase::Status = *(uint8*)0x95CDCE;
|