summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-20 08:43:31 +0000
committerrubidium <rubidium@openttd.org>2008-04-20 08:43:31 +0000
commitd010ae94084e2c691506671695270e21f3f39d68 (patch)
tree0ba526cb5a7ba1bd88bfb60e41c986196da6316e /src/openttd.cpp
parentba0532b595fed9f5c9eef3f4c6d5e7b917331570 (diff)
downloadopenttd-d010ae94084e2c691506671695270e21f3f39d68.tar.xz
(svn r12801) -Codechange: remove the dependency of function.h in town_map.h
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 1a46826a5..5a1b3e238 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -59,6 +59,7 @@
#include "vehicle_func.h"
#include "cheat_func.h"
#include "animated_tile_func.h"
+#include "functions.h"
#include "newgrf.h"
#include "newgrf_config.h"