window.h
changeset 3812 e6fc916c17ab
parent 3458 26360c9a3743
child 4077 d4d440dd8925
equal deleted inserted replaced
3811:8f2b44f6b709 3812:e6fc916c17ab
   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 {