re3/src/RecordDataForGame.h

7 lines
83 B
C
Raw Normal View History

2019-05-29 18:02:58 +00:00
#pragma once
class CRecordDataForGame
{
public:
static UInt16 &RecordingState;
};