summaryrefslogblamecommitdiffstats
path: root/src/control/Darkel.h
blob: ed78d4e1201f4434b40b2d5215b2119a3ca767e8 (plain) (tree)
1
2
3
4
5
6
7
8
9



             


                           

                                       
                                    
  
#pragma once

class CDarkel
{
private:
	static bool Status;

public:
	static void DrawMessages(void);
	static bool FrenzyOnGoing();
};