X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fui%2FInterface.hpp;fp=src%2Fui%2FInterface.hpp;h=7c9a91e33324520c458ff7cf773ea90d51360f56;hb=4e3d9c23940c4511623b5bf328cbbe42641c4b30;hp=aab8b156596e5cdf42ba691bb8cbe8a381c46dc4;hpb=2b31a783f1bac06c7f6d7adbe5e13e4148c7a815;p=blank.git diff --git a/src/ui/Interface.hpp b/src/ui/Interface.hpp index aab8b15..7c9a91e 100644 --- a/src/ui/Interface.hpp +++ b/src/ui/Interface.hpp @@ -20,6 +20,7 @@ namespace blank { +class Entity; class Environment; class Viewport; class World; @@ -40,7 +41,7 @@ public: bool visual_disabled = false; }; - Interface(const Config &, Environment &, World &); + Interface(const Config &, Environment &, World &, Entity &); Entity &Player() noexcept { return ctrl.Controlled(); } const Entity &Player() const noexcept { return ctrl.Controlled(); }