diff options
author | smatz <smatz@openttd.org> | 2009-01-03 18:44:20 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-01-03 18:44:20 +0000 |
commit | 7869c4ba66657308fec5d9e15ed376fda5054a22 (patch) | |
tree | 63c9be65b21ac00965a7fda88b02482db5fd4cff /src/settings_gui.cpp | |
parent | c73159f3e9f59d35f7ef5ebe86069825bedf20f2 (diff) | |
download | openttd-7869c4ba66657308fec5d9e15ed376fda5054a22.tar.xz |
(svn r14815) -Codechange: separate 'highscore' code from 'company' code
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r-- | src/settings_gui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp index c47a3eb99..a04f12ee8 100644 --- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -27,6 +27,7 @@ #include "widgets/dropdown_type.h" #include "widgets/dropdown_func.h" #include "station_func.h" +#include "highscore.h" #include <map> #include "table/sprites.h" |