#pragma once class CDarkel { private: static bool Status; public: static void DrawMessages(void); static bool FrenzyOnGoing(); };