1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-01-07 20:15:27 +00:00
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;
};