summaryrefslogtreecommitdiff
path: root/src/water.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-01-04 15:32:25 +0000
committersmatz <smatz@openttd.org>2009-01-04 15:32:25 +0000
commit91233ea596aa3cdf00447b23d68cae6083efb6bb (patch)
tree56e0ff1f4048e467cf123e92ca788c3c4bbc0f94 /src/water.h
parente62e12e7f547b8191b9d6c2c7dc5536de05caaf3 (diff)
downloadopenttd-91233ea596aa3cdf00447b23d68cae6083efb6bb.tar.xz
(svn r14828) -Codechange: move most of save/load-specific code to separate files
Diffstat (limited to 'src/water.h')
-rw-r--r--src/water.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/water.h b/src/water.h
index e54d2e1ea..2fa063b3c 100644
--- a/src/water.h
+++ b/src/water.h
@@ -15,6 +15,5 @@ void DrawWaterClassGround(const struct TileInfo *ti);
void DrawShoreTile(Slope tileh);
void MakeWaterKeepingClass(TileIndex tile, Owner o);
-void SetWaterClassDependingOnSurroundings(TileIndex t, bool include_invalid_water_class);
#endif /* WATER_H */