mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-30 13:04:15 +01:00
10 lines
91 B
C++
10 lines
91 B
C++
#pragma once
|
|
|
|
class CReplay
|
|
{
|
|
public:
|
|
static void Display(void);
|
|
|
|
static uint8 &Mode;
|
|
};
|