diff src/unmovable_cmd.cpp @ 6453:666fc3ef3174 draft

(svn r9609) -Codechange: Move some function prototypes out of functions.h and into landscape.h, and add a few where they didn't exist.
author maedhros <maedhros@openttd.org>
date Thu, 12 Apr 2007 13:07:15 +0000
parents 2437ed7b277c
children 17fdaec13730
line wrap: on
line diff
--- 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"