X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fui%2FHUD.hpp;h=1917b130c926772b5518806c1fc04af157447271;hb=38a4cffc0b6aa58e49d24c06aad7bee14cb6515d;hp=8978c91e23510d7d332b7015dc3bf1729086e4fa;hpb=376fc1fca87fcdd22dabadf6d01d245ef8c3cedd;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;