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 03:35:26 +03:00

11 lines
127 B
C++

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