]> git.localhorst.tv Git - blobs.git/blobdiff - src/app/MasterState.hpp
test basic interaction
[blobs.git] / src / app / MasterState.hpp
index cb952157fb23c31dcb719d6a12482481036e291a..77d00cf54822aee0ed004af3b2ca8b0f103c38b7 100644 (file)
@@ -41,6 +41,9 @@ public:
        graphics::Camera &GetCamera() noexcept { return cam; }
        const graphics::Camera &GetCamera() const noexcept { return cam; }
 
+       ui::BodyPanel &GetBodyPanel() noexcept { return bp; }
+       const ui::BodyPanel &GetBodyPanel() const noexcept { return bp; }
+
        ui::CreaturePanel &GetCreaturePanel() noexcept { return cp; }
        const ui::CreaturePanel &GetCreaturePanel() const noexcept { return cp; }