X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fui%2FCreaturePanel.hpp;h=55c24086f80b615236a5d856eb8675f43b5a160d;hp=3a33b8ccff1ba8006ac6f4e2aa42c5e18662970b;hb=42db7d9d2286e50896ad172e2e4a8fbe65c8a4a9;hpb=8f6530c75730f901efd6708e4fde7e68a178adf1 diff --git a/src/ui/CreaturePanel.hpp b/src/ui/CreaturePanel.hpp index 3a33b8c..55c2408 100644 --- a/src/ui/CreaturePanel.hpp +++ b/src/ui/CreaturePanel.hpp @@ -45,6 +45,9 @@ private: creature::Creature *c; Label *name; + Label *age; + Label *mass; + Label *goal; Panel *needs; Panel panel;