src/vehicle_gui.cpp
changeset 10472 a9e62fc5400f
parent 10462 416b62f5ee6f
child 10481 0c7aed4edabe
equal deleted inserted replaced
10471:719adbfbd39a 10472:a9e62fc5400f
    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;