]> git.localhorst.tv Git - blank.git/blobdiff - src/ui/HUD.hpp
group entity updates in as few packets as possible
[blank.git] / src / ui / HUD.hpp
index a1662f49e657099be2f7765d0216aeb323624a9a..1917b130c926772b5518806c1fc04af157447271 100644 (file)
@@ -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;