mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-25 02:26:52 +01:00
14 lines
147 B
C++
14 lines
147 B
C++
#pragma once
|
|
|
|
class CRecordDataForGame
|
|
{
|
|
public:
|
|
static uint16 &RecordingState;
|
|
};
|
|
|
|
class CRecordDataForChase
|
|
{
|
|
public:
|
|
static uint8 &Status;
|
|
};
|