From 8ed926ea15e8f151b8b81f93a5dccd0d53cf7ca1 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sat, 15 Jan 2005 17:49:01 +0000 Subject: Cleaned up includes, separated engine from graphics and single buffer now used throughout application, cleaned up shop functions. --- src/gui/stats.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/gui/stats.h') diff --git a/src/gui/stats.h b/src/gui/stats.h index a220f125..e03c2a86 100644 --- a/src/gui/stats.h +++ b/src/gui/stats.h @@ -24,10 +24,7 @@ #ifndef _TMW_STATS_WINDOW_H #define _TMW_STATS_WINDOW_H -#include "button.h" #include "window.h" -#include "../main.h" -#include "../net/network.h" #include #include @@ -66,12 +63,7 @@ class StatsWindow : public Window, public gcn::ActionListener { /** * Stats buttons. */ - Button *statsButton[6]; - - /** - * Stats window ptr. - */ - static StatsWindow *ptr; + gcn::Button *statsButton[6]; }; #endif /* _TMW_STATS_WINDOW_H */ -- cgit v1.2.3-70-g09d2