summaryrefslogtreecommitdiff
path: root/src/water.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2011-08-20 20:07:02 +0000
committermichi_cc <michi_cc@openttd.org>2011-08-20 20:07:02 +0000
commit4261e8fdfd2c8958fc3cc22e57baa90361051b65 (patch)
tree5581d098bba7d0fa9d21fae1d9a34e81d698d69e /src/water.h
parentd7baf7a4a9704fe0b797624e3d1e4a2053101aea (diff)
downloadopenttd-4261e8fdfd2c8958fc3cc22e57baa90361051b65.tar.xz
(svn r22773) -Add: Some grass around rivers in desert areas.
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 a5bb1c629..56bd92fde 100644
--- a/src/water.h
+++ b/src/water.h
@@ -41,4 +41,6 @@ void DrawShoreTile(Slope tileh);
void MakeWaterKeepingClass(TileIndex tile, Owner o);
+bool RiverModifyDesertZone(TileIndex tile, void *data);
+
#endif /* WATER_H */