equal
deleted
inserted
replaced
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; |