summaryrefslogtreecommitdiff
path: root/src/unmovable_cmd.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
commit3d81de8d7ecda44d3683163c1d8ecbdb7c17aaca (patch)
tree46c4e0e10e8944f926e6b4ccf3df95badd5ec51e /src/unmovable_cmd.cpp
parent7e0ad00ef6006a0c89f3f00e1181c5fe65a38742 (diff)
downloadopenttd-3d81de8d7ecda44d3683163c1d8ecbdb7c17aaca.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/unmovable_cmd.cpp')
-rw-r--r--src/unmovable_cmd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unmovable_cmd.cpp b/src/unmovable_cmd.cpp
index 2549e51cc..4e496ec21 100644
--- a/src/unmovable_cmd.cpp
+++ b/src/unmovable_cmd.cpp
@@ -7,6 +7,7 @@
#include "table/strings.h"
#include "table/sprites.h"
#include "functions.h"
+#include "landscape.h"
#include "map.h"
#include "tile.h"
#include "command.h"