Re3/src/control/Record.h

14 lines
147 B
C
Raw Normal View History

2019-05-29 14:02:58 -04:00
#pragma once
class CRecordDataForGame
{
public:
2019-06-16 18:16:38 -04:00
static uint16 &RecordingState;
2019-05-29 18:47:33 -04:00
};
class CRecordDataForChase
{
public:
2019-06-16 18:16:38 -04:00
static uint8 &Status;
2019-05-29 18:47:33 -04:00
};