X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fapp%2FMasterState.hpp;h=7521d8e4c0eacd1bba0a64aae26c0e87253c15cc;hp=8290e86886b53d59c246ea36d076c34acadf4dfd;hb=3989da924c4e33c52f500aead5ae62bb40294781;hpb=41ee8b5d0229752576a55e102d8510ea1dbc909b diff --git a/src/app/MasterState.hpp b/src/app/MasterState.hpp index 8290e86..7521d8e 100644 --- a/src/app/MasterState.hpp +++ b/src/app/MasterState.hpp @@ -5,6 +5,7 @@ #include "Assets.hpp" #include "../graphics/Camera.hpp" +#include "../ui/BodyPanel.hpp" #include "../ui/CreaturePanel.hpp" #include "../ui/RecordsPanel.hpp" #include "../ui/TimePanel.hpp" @@ -68,6 +69,7 @@ private: glm::dvec3 cam_orient; bool cam_dragging; + ui::BodyPanel bp; ui::CreaturePanel cp; ui::RecordsPanel rp; ui::TimePanel tp;