summaryrefslogtreecommitdiff
path: root/src/water.h
blob: e279119f11a1e3d15e159dd8d966e8c90d1b37df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* $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 */