1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-25 22:37:37 +00:00
re3/src/control/Darkel.h
2019-06-15 01:34:36 +02:00

12 lines
135 B
C++

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