re3/src/control/Replay.h

11 lines
127 B
C++

#pragma once
class CReplay
{
public:
static void Display(void);
static uint8 &Mode;
static Bool &bPlayingBackFromFile;
};