X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fui%2FHUD.hpp;h=1917b130c926772b5518806c1fc04af157447271;hb=38a4cffc0b6aa58e49d24c06aad7bee14cb6515d;hp=a1662f49e657099be2f7765d0216aeb323624a9a;hpb=5998b18978bd8e7a0c9deb516474634e1d3521c9;p=blank.git diff --git a/src/ui/HUD.hpp b/src/ui/HUD.hpp index a1662f4..1917b13 100644 --- a/src/ui/HUD.hpp +++ b/src/ui/HUD.hpp @@ -1,7 +1,7 @@ #ifndef BLANK_UI_HUD_H_ #define BLANK_UI_HUD_H_ -#include "../graphics/FixedText.hpp" +#include "FixedText.hpp" #include "../model/EntityModel.hpp" #include "../model/OutlineModel.hpp" @@ -23,6 +23,7 @@ public: HUD(const HUD &) = delete; HUD &operator =(const HUD &) = delete; + void DisplayNone(); void Display(const Block &); void Render(Viewport &) noexcept;