]> git.localhorst.tv Git - blobs.git/blobdiff - src/ui/TimePanel.hpp
track top ten for each record
[blobs.git] / src / ui / TimePanel.hpp
index a150cf3ace8ba1bf6f9d62610414fe2d7b5f5a8d..5299e56cda7c27f4aa75941f23bc73612cdaa207 100644 (file)
@@ -27,9 +27,12 @@ public:
        void UnsetBody() noexcept { body = nullptr; }
        void Draw(graphics::Viewport &) noexcept;
 
+       void ZIndex(float z) noexcept { panel.ZIndex(z); }
+
 private:
        world::Simulation ∼
        world::Body *body;
+       Label *live;
        Label *time;
        Label *clock;
        Panel panel;