mirror of
https://github.com/halpz/re3.git
synced 2025-02-25 10:42:12 +00:00
10 lines
91 B
C++
10 lines
91 B
C++
#pragma once
|
|
|
|
class CReplay
|
|
{
|
|
public:
|
|
static void Display(void);
|
|
|
|
static uint8 &Mode;
|
|
};
|