hud refactor

This commit is contained in:
MihailRis
2024-01-07 14:25:00 +03:00
parent 85d85dada7
commit d4c4c4d399
4 changed files with 75 additions and 66 deletions
+2
View File
@@ -41,6 +41,8 @@ class HudRenderer {
std::shared_ptr<gui::UINode> debugPanel;
gui::GUI* gui;
const ContentGfxCache* const cache;
void createDebugPanel(Engine* engine);
public:
HudRenderer(Engine* engine,
Level* level,