hud events update

This commit is contained in:
MihailRis
2024-02-19 04:22:27 +03:00
parent cac963bd7b
commit 9d82e3416b
4 changed files with 16 additions and 2 deletions
+2
View File
@@ -116,6 +116,8 @@ public:
void add(HudElement element);
void remove(HudElement& element);
void remove(std::shared_ptr<gui::UINode> node);
Player* getPlayer() const;
};
#endif /* SRC_HUD_H_ */