author | glx |
Sun, 30 Dec 2007 16:34:32 +0000 | |
changeset 8160 | 2accc3a736ba |
parent 8108 | b42a0e5c67ef |
child 8332 | 7226194fb681 |
permissions | -rw-r--r-- |
/* $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 MakeWaterOrCanalDependingOnOwner(TileIndex tile, Owner o); void MakeWaterOrCanalDependingOnSurroundings(TileIndex t, Owner o); void FloodHalftile(TileIndex t); #endif /* WATER_H */