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