ttd.h
changeset 39 d177340ed556
parent 37 61bf1df68d82
child 71 1b8e15a10515
--- a/ttd.h	Fri Aug 13 17:41:44 2004 +0000
+++ b/ttd.h	Fri Aug 13 18:27:33 2004 +0000
@@ -242,6 +242,7 @@
  * other bits that can be set? */
 typedef uint32 VehicleEnterTileProc(Vehicle *v, uint tile, int x, int y);
 typedef void VehicleLeaveTileProc(Vehicle *v, uint tile, int x, int y);
+typedef uint GetSlopeTilehProc(TileInfo *ti);
 
 typedef struct {
 	DrawTileProc *draw_tile_proc;
@@ -257,6 +258,7 @@
 	GetProducedCargoProc *get_produced_cargo_proc;
 	VehicleEnterTileProc *vehicle_enter_tile_proc;
 	VehicleLeaveTileProc *vehicle_leave_tile_proc;
+	GetSlopeTilehProc *get_slope_tileh_proc;
 } TileTypeProcs;