Files @ r10584:111d4eaa7aa5
Branch filter:

Location: cpp/openttd-patchpack/source/src/water.h

rubidium
(svn r14847) -Codechange: generalise the circular search to search around a rectangle (PhilSophus)
/* $Id$ */

/** @file water.h Functions related to water (management) */

#ifndef WATER_H
#define WATER_H

void TileLoop_Water(TileIndex tile);
bool FloodHalftile(TileIndex t);

void ConvertGroundTilesIntoWaterTiles();

void DrawShipDepotSprite(int x, int y, int image);
void DrawWaterClassGround(const struct TileInfo *ti);
void DrawShoreTile(Slope tileh);

void MakeWaterKeepingClass(TileIndex tile, Owner o);

#endif /* WATER_H */