diff options
Diffstat (limited to 'src/water.h')
-rw-r--r-- | src/water.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/water.h b/src/water.h index e4ca10d4d..62cfc37e2 100644 --- 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); |