summaryrefslogtreecommitdiff
path: root/src/newgrf_station.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
commit181b36ca0b4a8b61537cafb99c7990e73c26408b (patch)
tree0ba526cb5a7ba1bd88bfb60e41c986196da6316e /src/newgrf_station.cpp
parent15680e477a2447a590fa2fc20364c74d8e151aa3 (diff)
downloadopenttd-181b36ca0b4a8b61537cafb99c7990e73c26408b.tar.xz
(svn r12801) -Codechange: remove the dependency of function.h in town_map.h
Diffstat (limited to 'src/newgrf_station.cpp')
-rw-r--r--src/newgrf_station.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_station.cpp b/src/newgrf_station.cpp
index f926aa5a8..aa81743bf 100644
--- a/src/newgrf_station.cpp
+++ b/src/newgrf_station.cpp
@@ -23,6 +23,7 @@
#include "date_func.h"
#include "player_func.h"
#include "animated_tile_func.h"
+#include "functions.h"
#include "table/sprites.h"
#include "table/strings.h"