diff src/ship_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 (2007-04-12)
parents 080aae477331
children fcc1843c68c6
line wrap: on
line diff
--- a/src/ship_cmd.cpp
+++ b/src/ship_cmd.cpp
@@ -7,6 +7,7 @@
 #include "ship.h"
 #include "table/strings.h"
 #include "functions.h"
+#include "landscape.h"
 #include "map.h"
 #include "tile.h"
 #include "vehicle.h"