re3/src/control/Replay.h

13 lines
120 B
C++

#pragma once
class CReplay
{
public:
enum {
MODE_1
};
static uint8 &Mode;
static Bool &bPlayingBackFromFile;
};