re3-wiiu/src/control/Replay.h
Fire-Head 06e48c7059 Merge branch 'master' of github.com:Fire-Head/re3
# Conflicts:
#	src/control/Replay.h
2019-06-13 03:40:46 +03:00

13 lines
120 B
C++

#pragma once
class CReplay
{
public:
enum {
MODE_1
};
static uint8 &Mode;
static Bool &bPlayingBackFromFile;
};