mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-16 21:29:00 +00:00
11 lines
135 B
C++
11 lines
135 B
C++
#pragma once
|
|
|
|
class CDarkel
|
|
{
|
|
private:
|
|
static bool Status;
|
|
|
|
public:
|
|
static void DrawMessages(void);
|
|
static bool FrenzyOnGoing();
|
|
};
|