1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-09-30 08:47:03 +00:00
re3/src/control/Replay.h
2019-06-13 03:43:57 +03:00

14 lines
148 B
C++

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