From 40aba2bd075b3e8c32c03d87696646364c125803 Mon Sep 17 00:00:00 2001 From: Mateusz Kaduk Date: Tue, 28 Dec 2004 14:49:19 +0000 Subject: Added update method to stats Added show/hide feature for stats --- src/gui/stats.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/gui/stats.h') diff --git a/src/gui/stats.h b/src/gui/stats.h index 27e83fd0..c58c837f 100644 --- a/src/gui/stats.h +++ b/src/gui/stats.h @@ -28,6 +28,7 @@ #include "window.h" #include "../main.h" #include +#include class StatsWindow : public Window, public gcn::ActionListener { public: @@ -41,6 +42,11 @@ class StatsWindow : public Window, public gcn::ActionListener { */ void action(const std::string& eventId); + /** + * Metod updates stats in window. + */ + void update(); + private: int i; -- cgit v1.2.3-70-g09d2