minor refactor

This commit is contained in:
MihailRis
2024-03-06 11:13:33 +03:00
parent e3297a418e
commit a8aa0550c9
4 changed files with 17 additions and 12 deletions
+1
View File
@@ -107,6 +107,7 @@ class Hud {
std::shared_ptr<InventoryView> createContentAccess();
std::shared_ptr<InventoryView> createHotbar();
void updateElementsPosition(const Viewport& viewport);
void cleanup();
public:
Hud(Engine* engine, LevelFrontend* frontend, Player* player);