]> git.localhorst.tv Git - blobs.git/blobdiff - src/ui/CreaturePanel.hpp
track top ten for each record
[blobs.git] / src / ui / CreaturePanel.hpp
index 719af405e8de00335e6caa67256408d1d4ae9a0c..be1234828384d3f8a80901ae0f2d917dd8a73ca5 100644 (file)
@@ -40,6 +40,8 @@ public:
        bool Shown() const noexcept { return c; }
        const creature::Creature &GetCreature() const noexcept { return *c; }
 
+       void ZIndex(float z) noexcept { panel.ZIndex(z); }
+
        void Draw(graphics::Viewport &) noexcept;
 
 private: