X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fui%2FHUD.hpp;fp=src%2Fui%2FHUD.hpp;h=1917b130c926772b5518806c1fc04af157447271;hb=ad7cf72ed47c39640d5588ba53386e090289b4d1;hp=8978c91e23510d7d332b7015dc3bf1729086e4fa;hpb=e872614d387c4bfc3afb04bcc7cba3d9b8f3954b;p=blank.git diff --git a/src/ui/HUD.hpp b/src/ui/HUD.hpp index 8978c91..1917b13 100644 --- a/src/ui/HUD.hpp +++ b/src/ui/HUD.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;