Initial Commit
This commit is contained in:
10
include/Game/Entity/DemoGameHud.h
Normal file
10
include/Game/Entity/DemoGameHud.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <Engine/Entity/Hud.h>
|
||||
|
||||
class DemoGameHud : public Hud {
|
||||
public:
|
||||
void Render() override;
|
||||
public:
|
||||
DemoGameHud() : Hud() {}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user