mirror of
https://github.com/halpz/re3.git
synced 2025-01-09 20:35:27 +00:00
12 lines
135 B
C++
12 lines
135 B
C++
#pragma once
|
|
|
|
class CDarkel
|
|
{
|
|
private:
|
|
static bool Status;
|
|
|
|
public:
|
|
static void DrawMessages(void);
|
|
static bool FrenzyOnGoing();
|
|
};
|