mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-30 13:04:15 +01:00
06e48c7059
# Conflicts: # src/control/Replay.h
13 lines
120 B
C++
13 lines
120 B
C++
#pragma once
|
|
|
|
class CReplay
|
|
{
|
|
public:
|
|
enum {
|
|
MODE_1
|
|
};
|
|
|
|
static uint8 &Mode;
|
|
static Bool &bPlayingBackFromFile;
|
|
};
|