src/vehicle_gui.cpp
changeset 9267 71cf88230dc1
parent 9241 38c0bd6beae1
child 9280 9c03416d26b1
equal deleted inserted replaced
9266:416385a64dcb 9267:71cf88230dc1
    38 #include "widgets/dropdown_func.h"
    38 #include "widgets/dropdown_func.h"
    39 
    39 
    40 #include "table/sprites.h"
    40 #include "table/sprites.h"
    41 #include "table/strings.h"
    41 #include "table/strings.h"
    42 
    42 
       
    43 struct refit_d {
       
    44 	int sel;
       
    45 	struct RefitOption *cargo;
       
    46 	struct RefitList *list;
       
    47 	uint length;
       
    48 	VehicleOrderID order;
       
    49 };
       
    50 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(refit_d));
       
    51 
    43 struct Sorting {
    52 struct Sorting {
    44 	Listing aircraft;
    53 	Listing aircraft;
    45 	Listing roadveh;
    54 	Listing roadveh;
    46 	Listing ship;
    55 	Listing ship;
    47 	Listing train;
    56 	Listing train;