propogate player smart-pointer usage

This commit is contained in:
DanielProl1xy
2024-02-21 15:27:00 +03:00
parent 7c6b52cb2a
commit 0b31a19f47
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ public:
void remove(HudElement& element);
void remove(std::shared_ptr<gui::UINode> node);
Player* getPlayer() const;
std::shared_ptr<Player> getPlayer() const;
};
#endif /* SRC_HUD_H_ */