X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fui%2FCreaturePanel.hpp;h=e3df0417ce68f81e980bb192f31d332bf2652f98;hp=55c24086f80b615236a5d856eb8675f43b5a160d;hb=cd9cee86b336b5ec531028ac2deebb391e48ed21;hpb=42db7d9d2286e50896ad172e2e4a8fbe65c8a4a9 diff --git a/src/ui/CreaturePanel.hpp b/src/ui/CreaturePanel.hpp index 55c2408..e3df041 100644 --- a/src/ui/CreaturePanel.hpp +++ b/src/ui/CreaturePanel.hpp @@ -47,6 +47,8 @@ private: Label *name; Label *age; Label *mass; + Label *pos; + Label *tile; Label *goal; Panel *needs; Panel panel;