view src/water.h @ 8015:7ce9b4fdf0dc draft

(svn r11575) -Fix [FS#1502]: widget numbers of StationViewWindow were incorrect at some places
author smatz <smatz@openttd.org>
date Wed, 05 Dec 2007 16:55:33 +0000
parents 4044e2de8086
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 */