Files
@ r12439:a4657449b82d
Branch filter:
Location: cpp/openttd-patchpack/source/src/water.h - annotation
r12439:a4657449b82d
470 B
text/x-c
(svn r16883) -Update from WebTranslator v3.0:
simplified_chinese - 5 changes by Gavin
traditional_chinese - 4 changes by ww9980
russian - 12 changes by Lone_Wolf
slovak - 7 changes by James
simplified_chinese - 5 changes by Gavin
traditional_chinese - 4 changes by ww9980
russian - 12 changes by Lone_Wolf
slovak - 7 changes by James
r7948:c37d06109abc r7948:c37d06109abc r7948:c37d06109abc r7948:c37d06109abc r7948:c37d06109abc r7948:c37d06109abc r7948:c37d06109abc r7948:c37d06109abc r8380:6b3d1e5a10ed r10855:5a3c2f38f98e r8380:6b3d1e5a10ed r8380:6b3d1e5a10ed r8380:6b3d1e5a10ed r7948:c37d06109abc r8496:af020be188ec r8380:6b3d1e5a10ed r8380:6b3d1e5a10ed r8471:0c8cd6eb92d6 r7948:c37d06109abc r7948:c37d06109abc | /* $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 DoFloodTile(TileIndex target);
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 */
|