mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-17 08:48:59 +00:00
9 lines
97 B
C
9 lines
97 B
C
|
#pragma once
|
||
|
|
||
|
class CHud
|
||
|
{
|
||
|
public:
|
||
|
static void Draw(void);
|
||
|
static void DrawAfterFade(void);
|
||
|
};
|