minor refactor

This commit is contained in:
MihailRis
2024-03-06 11:30:33 +03:00
parent fa57a898d7
commit 7601bfad3a
2 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ public:
void openPermanent(UiDocument* doc);
void add(HudElement element);
void remove(HudElement& element);
void onRemove(HudElement& element);
void remove(std::shared_ptr<gui::UINode> node);
Player* getPlayer() const;