mirror of
https://github.com/td512/re3.git
synced 2026-01-20 02:34:22 +00:00
9 lines
219 B
C++
9 lines
219 B
C++
#include "common.h"
|
|
#include "patcher.h"
|
|
#include "Replay.h"
|
|
|
|
uint8 &CReplay::Mode = *(uint8*)0x95CD5B;
|
|
Bool &CReplay::bPlayingBackFromFile = *(Bool*)0x95CD58;
|
|
|
|
WRAPPER void CReplay::Display(void) { EAXJMP(0x595EE0); }
|