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

@ -2,6 +2,10 @@
class CDarkel
{
private:
static bool Status;
public:
static void DrawMessages(void);
static bool FrenzyOnGoing();
};