window.h
changeset 2746 d96ce2fdc3e4
parent 2683 6f67fcf73873
child 2757 854d1b1d61b2
equal deleted inserted replaced
2745:d6e90ee9704c 2746:d96ce2fdc3e4
   351 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(buildtrain_d));
   351 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(buildtrain_d));
   352 
   352 
   353 typedef struct {
   353 typedef struct {
   354 	byte vehicletype;
   354 	byte vehicletype;
   355 	byte sel_index[2];
   355 	byte sel_index[2];
   356 	int16 sel_engine[2];
   356 	EngineID sel_engine[2];
   357 	uint16 count[2];
   357 	uint16 count[2];
   358 } replaceveh_d;
   358 } replaceveh_d;
   359 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(replaceveh_d));
   359 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(replaceveh_d));
   360 
   360 
   361 typedef struct {
   361 typedef struct {