diff src/water.h @ 14258:a899d4e5ee1a draft

(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
author rubidium <rubidium@openttd.org>
date Fri, 15 Jan 2010 16:41:15 +0000
parents bc7926153e19
children e4312d30348a
line wrap: on
line diff
--- a/src/water.h
+++ b/src/water.h
@@ -12,6 +12,10 @@
 #ifndef WATER_H
 #define WATER_H
 
+#include "tile_type.h"
+#include "company_type.h"
+#include "slope_type.h"
+
 void TileLoop_Water(TileIndex tile);
 bool FloodHalftile(TileIndex t);
 void DoFloodTile(TileIndex target);