Files @ r8082:9d654f9b59ea
Branch filter:

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

rubidium
(svn r11643) -Codechange: conform with the coding style for the WP macro uses.
/* $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 */