window.h
changeset 3812 d9b3041ee3d0
parent 3458 d3a6ddfa6784
child 4077 d3022f976946
equal deleted inserted replaced
3811:7324eb563ae0 3812:d9b3041ee3d0
   329 	uint16 count;
   329 	uint16 count;
   330 } tree_d;
   330 } tree_d;
   331 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(tree_d));
   331 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(tree_d));
   332 
   332 
   333 typedef struct {
   333 typedef struct {
   334 	byte refresh_counter;
       
   335 } plstations_d;
       
   336 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(plstations_d));
       
   337 
       
   338 typedef struct {
       
   339 	StringID string_id;
   334 	StringID string_id;
   340 } tooltips_d;
   335 } tooltips_d;
   341 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(tooltips_d));
   336 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(tooltips_d));
   342 
   337 
   343 typedef struct {
   338 typedef struct {