openttd.h
changeset 4849 1c6f21eb97f2
parent 4659 e476c76389a8
child 4956 49ecd2a36222
equal deleted inserted replaced
4848:45f848b46222 4849:1c6f21eb97f2
   290 
   290 
   291 typedef uint AcceptedCargo[NUM_CARGO];
   291 typedef uint AcceptedCargo[NUM_CARGO];
   292 
   292 
   293 typedef struct TileDesc {
   293 typedef struct TileDesc {
   294 	StringID str;
   294 	StringID str;
   295 	byte owner;
   295 	Owner owner;
   296 	Date build_date;
   296 	Date build_date;
   297 	uint32 dparam[2];
   297 	uint32 dparam[2];
   298 } TileDesc;
   298 } TileDesc;
   299 
   299 
   300 typedef struct {
   300 typedef struct {