summaryrefslogblamecommitdiffstats
path: root/src/control/Replay.h
blob: 85a9e35ebda89e9660671f2cb3b33813153d4186 (plain) (tree)
1
2
3
4
5
6
7
8
9
10




             


                      

                           

                                  
  
#pragma once

class CReplay
{
public:
	enum {
		MODE_1
	};

	static uint8 &Mode;

	static void Display(void);
};