1
0
mirror of https://github.com/td512/re3.git synced 2026-01-28 23:10:52 +00:00
Files
td512.re3/src/control/Replay.h
2019-06-15 01:34:36 +02:00

15 lines
153 B
C++

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