New updates for Hud.cpp and more.

This commit is contained in:
_AG 2019-06-15 01:34:19 +02:00
commit 92cc1cf3af
28 changed files with 2062 additions and 38 deletions

View file

@ -3,11 +3,12 @@
class CReplay
{
public:
static void Display(void);
enum {
MODE_1 = 1
};
static uint8 &Mode;
static Bool &bPlayingBackFromFile;
static void Display(void);
};