init
This commit is contained in:
9
TempleWare-CS2/source/templeware/menu/hud.h
Normal file
9
TempleWare-CS2/source/templeware/menu/hud.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
extern std::string g_DebugString;
|
||||
|
||||
class Hud {
|
||||
public:
|
||||
Hud();
|
||||
void render();
|
||||
};
|
||||
Reference in New Issue
Block a user