re3/src/RecordDataForGame.h

7 lines
83 B
C++

#pragma once
class CRecordDataForGame
{
public:
static UInt16 &RecordingState;
};