]> git.localhorst.tv Git - blobs.git/blobdiff - src/ui/CreaturePanel.hpp
cleaned up ui a little
[blobs.git] / src / ui / CreaturePanel.hpp
index b9888b2fcce6045c287482a19b648301d956c2bf..a487b1a1637878c4c526ddd9c208061f3b1582d3 100644 (file)
@@ -2,6 +2,7 @@
 #define BLOBS_UI_CREATUREPANEL_HPP_
 
 #include "Label.hpp"
+#include "Panel.hpp"
 
 
 namespace blobs {
@@ -37,7 +38,8 @@ public:
 private:
        creature::Creature *c;
 
-       Label name;
+       Label *name;
+       Panel panel;
 
 };