summaryrefslogtreecommitdiff
path: root/src/water.h
diff options
context:
space:
mode:
authorplanetmaker <planetmaker@openttd.org>2013-05-06 20:48:18 +0000
committerplanetmaker <planetmaker@openttd.org>2013-05-06 20:48:18 +0000
commita8ba74843439e1ad1157db7621cbd1a5ae10e428 (patch)
tree5d3f98a9d2544cb8d344f3c45f9126a64586e4f3 /src/water.h
parent26dd535c6b33c54b4d4218f1c90ddb527239bca4 (diff)
downloadopenttd-a8ba74843439e1ad1157db7621cbd1a5ae10e428.tar.xz
(svn r25229) -Feature: [NewGRF] Variable 0x82 for canals and rivers (dike map)
Diffstat (limited to 'src/water.h')
-rw-r--r--src/water.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/water.h b/src/water.h
index 1e8152f73..cb7237fc7 100644
--- a/src/water.h
+++ b/src/water.h
@@ -41,6 +41,8 @@ void MakeWaterKeepingClass(TileIndex tile, Owner o);
bool RiverModifyDesertZone(TileIndex tile, void *data);
+bool IsWateredTile(TileIndex tile, Direction from);
+
/**
* Calculates the maintenance cost of a number of canal tiles.
* @param num Number of canal tiles.