1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-01-08 20:25:28 +00:00
re3/src/control/Replay.h
2019-06-13 14:27:29 +02:00

14 lines
152 B
C++

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