window.h
changeset 4694 a4d2a3abe75c
parent 4692 fdccb9b2dbcd
child 4695 52419a88345d
equal deleted inserted replaced
4693:ac644dc27d23 4694:a4d2a3abe75c
   429 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(facesel_d));
   429 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(facesel_d));
   430 
   430 
   431 typedef struct {
   431 typedef struct {
   432 	int sel;
   432 	int sel;
   433 	CargoID cargo;
   433 	CargoID cargo;
       
   434 	struct RefitList *list;
       
   435 	uint length;
   434 } refit_d;
   436 } refit_d;
   435 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(refit_d));
   437 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(refit_d));
   436 
   438 
   437 typedef struct {
   439 typedef struct {
   438 	VehicleID follow_vehicle;
   440 	VehicleID follow_vehicle;