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

class CReplay
{
public:
	static void Display(void);

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