summaryrefslogtreecommitdiff
path: root/src/road_map.cpp
diff options
context:
space:
mode:
authormaedhros <maedhros@openttd.org>2007-04-12 13:07:15 +0000
committermaedhros <maedhros@openttd.org>2007-04-12 13:07:15 +0000
commitccaaa7d33ac92f91ebddcf4d1f6537639a38a13c (patch)
tree46c4e0e10e8944f926e6b4ccf3df95badd5ec51e /src/road_map.cpp
parent8cdec9a2ab9e58cf6bba3845f1f8c317ff32ecd4 (diff)
downloadopenttd-ccaaa7d33ac92f91ebddcf4d1f6537639a38a13c.tar.xz
(svn r9609) -Codechange: Move some function prototypes out of functions.h and into landscape.h, and add a few where they didn't exist.
Diffstat (limited to 'src/road_map.cpp')
-rw-r--r--src/road_map.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/road_map.cpp b/src/road_map.cpp
index f04d6bf65..98a893490 100644
--- a/src/road_map.cpp
+++ b/src/road_map.cpp
@@ -6,6 +6,7 @@
#include "openttd.h"
#include "bridge_map.h"
#include "functions.h"
+#include "landscape.h"
#include "road_map.h"
#include "station.h"
#include "tunnel_map.h"