diff options
Diffstat (limited to 'src/gui/stats.cpp')
-rw-r--r-- | src/gui/stats.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/stats.cpp b/src/gui/stats.cpp index 7e9f6924..bc2e4f34 100644 --- a/src/gui/stats.cpp +++ b/src/gui/stats.cpp @@ -22,8 +22,9 @@ */ #include "stats.h" - -extern PLAYER_INFO *char_info; +#include "button.h" +#include "../main.h" +#include "../net/network.h" StatsWindow::StatsWindow(): Window("Stats") |