openttd.h
changeset 4231 2823b3643862
parent 4143 b7535e12f27b
child 4238 4b58d6ea4e5b
equal deleted inserted replaced
4230:f4e93251e2f6 4231:2823b3643862
   296 	byte width_1, width_2;
   296 	byte width_1, width_2;
   297 } ViewportSign;
   297 } ViewportSign;
   298 
   298 
   299 
   299 
   300 typedef void DrawTileProc(TileInfo *ti);
   300 typedef void DrawTileProc(TileInfo *ti);
   301 typedef uint GetSlopeZProc(const TileInfo* ti);
   301 typedef uint GetSlopeZProc(TileIndex tile, uint x, uint y);
   302 typedef int32 ClearTileProc(TileIndex tile, byte flags);
   302 typedef int32 ClearTileProc(TileIndex tile, byte flags);
   303 typedef void GetAcceptedCargoProc(TileIndex tile, AcceptedCargo res);
   303 typedef void GetAcceptedCargoProc(TileIndex tile, AcceptedCargo res);
   304 typedef void GetTileDescProc(TileIndex tile, TileDesc *td);
   304 typedef void GetTileDescProc(TileIndex tile, TileDesc *td);
   305 /* GetTileTrackStatusProcs return a value that contains the possible tracks
   305 /* GetTileTrackStatusProcs return a value that contains the possible tracks
   306  * that can be taken on a given tile by a given transport. The return value is
   306  * that can be taken on a given tile by a given transport. The return value is