summaryrefslogtreecommitdiff
path: root/src/gui/stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/stats.h')
-rw-r--r--src/gui/stats.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gui/stats.h b/src/gui/stats.h
index 54bd892b..3d7d0f52 100644
--- a/src/gui/stats.h
+++ b/src/gui/stats.h
@@ -53,11 +53,16 @@ class StatsWindow : public Window, public gcn::ActionListener {
void action(const std::string& eventId);
/**
+ * Draw this window
+ */
+ void draw(gcn::Graphics *graphics);
+
+ private:
+ /**
* Updates stats in window.
*/
void update();
- private:
int i;
/**