mirror of
https://github.com/halpz/re3.git
synced 2025-02-25 02:32:11 +00:00
8 lines
74 B
C
8 lines
74 B
C
|
#pragma once
|
||
|
|
||
|
class CDarkel
|
||
|
{
|
||
|
public:
|
||
|
static void DrawMessages(void);
|
||
|
};
|