diff options
Diffstat (limited to '')
-rw-r--r-- | src/control/Darkel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/control/Darkel.h b/src/control/Darkel.h index 41cc69f8..ed78d4e1 100644 --- a/src/control/Darkel.h +++ b/src/control/Darkel.h @@ -2,6 +2,10 @@ class CDarkel { +private: + static bool Status; + public: static void DrawMessages(void); + static bool FrenzyOnGoing(); }; |