changeset 2794 | ebe7638cf265 |
parent 2788 | 0187c588107e |
child 2816 | 9b55f64bff29 |
2793:a0d17504b599 | 2794:ebe7638cf265 |
---|---|
1 /* $Id$ */ |
1 /* $Id$ */ |
2 |
2 |
3 #ifndef FUNCTIONS_H |
3 #ifndef FUNCTIONS_H |
4 #define FUNCTIONS_H |
4 #define FUNCTIONS_H |
5 |
|
6 /* vehicle.c */ |
|
7 |
|
8 /* window.c */ |
|
9 |
|
10 |
5 |
11 /* landscape.c */ |
6 /* landscape.c */ |
12 void FindLandscapeHeight(TileInfo *ti, uint x, uint y); |
7 void FindLandscapeHeight(TileInfo *ti, uint x, uint y); |
13 void FindLandscapeHeightByTile(TileInfo *ti, TileIndex tile); |
8 void FindLandscapeHeightByTile(TileInfo *ti, TileIndex tile); |
14 |
9 |