mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-17 01:39:01 +00:00
7 lines
83 B
C
7 lines
83 B
C
|
#pragma once
|
||
|
|
||
|
class CRecordDataForGame
|
||
|
{
|
||
|
public:
|
||
|
static UInt16 &RecordingState;
|
||
|
};
|