summaryrefslogtreecommitdiffstats
path: root/src/control/Replay.h
blob: 5d63db1fc39697b5e9c78a041cd429e1ef5b652b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

class CReplay
{
public:
	static void Display(void);
	enum {
		MODE_1 = 1
	};

	static uint8 &Mode;
	static Bool &bPlayingBackFromFile;
};