1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 05:57:36 +00:00
re3/src/control/Record.h

14 lines
147 B
C
Raw Normal View History

2019-05-29 18:02:58 +00:00
#pragma once
class CRecordDataForGame
{
public:
static UInt16 &RecordingState;
2019-05-29 22:47:33 +00:00
};
class CRecordDataForChase
{
public:
static UInt8 &Status;
};