mirror of
https://github.com/halpz/re3.git
synced 2025-01-07 20:15:27 +00:00
7 lines
83 B
C
7 lines
83 B
C
|
#pragma once
|
||
|
|
||
|
class CRecordDataForGame
|
||
|
{
|
||
|
public:
|
||
|
static UInt16 &RecordingState;
|
||
|
};
|