summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-01-03 18:44:20 +0000
committersmatz <smatz@openttd.org>2009-01-03 18:44:20 +0000
commit7869c4ba66657308fec5d9e15ed376fda5054a22 (patch)
tree63c9be65b21ac00965a7fda88b02482db5fd4cff /src/openttd.cpp
parentc73159f3e9f59d35f7ef5ebe86069825bedf20f2 (diff)
downloadopenttd-7869c4ba66657308fec5d9e15ed376fda5054a22.tar.xz
(svn r14815) -Codechange: separate 'highscore' code from 'company' code
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index ec2eeb209..613d63151 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -60,6 +60,7 @@
#include "functions.h"
#include "elrail_func.h"
#include "rev.h"
+#include "highscore.h"
#include "newgrf.h"
#include "newgrf_config.h"