openttd.h
changeset 3418 a592d40a4d04
parent 3416 a6cb21272cc5
child 3491 4c8427796c64
--- a/openttd.h	Sun Apr 02 12:41:01 2006 +0000
+++ b/openttd.h	Sun Apr 02 12:49:18 2006 +0000
@@ -333,7 +333,7 @@
  * other bits that can be set? */
 typedef uint32 VehicleEnterTileProc(Vehicle *v, TileIndex tile, int x, int y);
 typedef void VehicleLeaveTileProc(Vehicle *v, TileIndex tile, int x, int y);
-typedef uint GetSlopeTilehProc(const TileInfo *ti);
+typedef uint GetSlopeTilehProc(TileIndex, uint tileh);
 
 typedef struct {
 	DrawTileProc *draw_tile_proc;