X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fui%2FCreaturePanel.hpp;h=3a33b8ccff1ba8006ac6f4e2aa42c5e18662970b;hb=e59f3058d8786dc0a053c42bcec8f01b22ec25a9;hp=76455d9baace86214a3af03e4728cc8bd94a1e4d;hpb=bcf776b6d51aeb9147bde32da8dd0768b10db993;p=blobs.git diff --git a/src/ui/CreaturePanel.hpp b/src/ui/CreaturePanel.hpp index 76455d9..3a33b8c 100644 --- a/src/ui/CreaturePanel.hpp +++ b/src/ui/CreaturePanel.hpp @@ -48,7 +48,8 @@ private: Panel *needs; Panel panel; - std::vector meters; + Meter *health_meter; + std::vector need_meters; };