src/window_gui.h
changeset 10560 0cf0a95ebaf9
parent 10559 0e5480e9af1e
child 10564 9d79c5088048
equal deleted inserted replaced
10559:0e5480e9af1e 10560:0cf0a95ebaf9
   525 	byte disabled_items;
   525 	byte disabled_items;
   526 };
   526 };
   527 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(menu_d));
   527 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(menu_d));
   528 
   528 
   529 struct def_d {
   529 struct def_d {
   530 	bool close;
       
   531 	int16 data_1, data_2, data_3;
   530 	int16 data_1, data_2, data_3;
   532 };
   531 };
   533 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(def_d));
   532 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(def_d));
   534 
   533 
   535 enum SortListFlags {
   534 enum SortListFlags {