mirror of
https://github.com/halpz/re3.git
synced 2025-01-08 20:25:28 +00:00
11 lines
127 B
C++
11 lines
127 B
C++
#pragma once
|
|
|
|
class CReplay
|
|
{
|
|
public:
|
|
static void Display(void);
|
|
|
|
static uint8 &Mode;
|
|
static Bool &bPlayingBackFromFile;
|
|
};
|