equal
deleted
inserted
replaced
38 #include "timetable.h" |
38 #include "timetable.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 vehicledetails_d { |
|
44 byte tab; |
|
45 }; |
|
46 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(vehicledetails_d)); |
|
47 |
43 struct refit_d { |
48 struct refit_d { |
44 int sel; |
49 int sel; |
45 struct RefitOption *cargo; |
50 struct RefitOption *cargo; |
46 struct RefitList *list; |
51 struct RefitList *list; |
47 uint length; |
52 uint length; |