mirror of
https://github.com/td512/re3.git
synced 2026-02-03 10:50:16 +00:00
10 lines
91 B
C++
10 lines
91 B
C++
#pragma once
|
|
|
|
class CReplay
|
|
{
|
|
public:
|
|
static void Display(void);
|
|
|
|
static uint8 &Mode;
|
|
};
|