1
0
mirror of https://github.com/td512/re3.git synced 2026-02-03 10:50:16 +00:00
Files
td512.re3/src/control/Replay.h
2019-06-12 01:23:49 +02:00

10 lines
91 B
C++

#pragma once
class CReplay
{
public:
static void Display(void);
static uint8 &Mode;
};