Mercurial > hg > openttd
view src/water.h @ 7948:4044e2de8086 draft
(svn r11504) -Fix [FS#1467]: removing docks/ship depots could result in non-canal water where canals should have been build.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Sat, 24 Nov 2007 08:45:04 +0000 |
parents | |
children | f1453e6bb1d8 |
line wrap: on
line source
/* $Id$ */ /** @file water.h Functions related to water (management) */ #ifndef WATER_H #define WATER_H void TileLoop_Water(TileIndex tile); void DrawShipDepotSprite(int x, int y, int image); void DrawCanalWater(TileIndex tile); void MakeWaterOrCanalDependingOnSurroundings(TileIndex t, Owner o); #endif /* WATER_H */