src/window.h
branchnoai
changeset 9620 31e38d28a0af
parent 9574 698395509d12
child 7134 c5a90dd41166
child 9624 b71483f2330f
equal deleted inserted replaced
9619:6e81cec30a2b 9620:31e38d28a0af
   278 	CharSetFilter afilter;
   278 	CharSetFilter afilter;
   279 	bool handled;
   279 	bool handled;
   280 };
   280 };
   281 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(querystr_d));
   281 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(querystr_d));
   282 
   282 
       
   283 struct chatquerystr_d : public querystr_d {
       
   284 	int dest;
       
   285 };
       
   286 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(chatquerystr_d));
       
   287 
   283 struct menu_d {
   288 struct menu_d {
   284 	byte item_count;      ///< follow_vehicle
   289 	byte item_count;      ///< follow_vehicle
   285 	byte sel_index;       ///< scrollpos_x
   290 	byte sel_index;       ///< scrollpos_x
   286 	byte main_button;     ///< scrollpos_y
   291 	byte main_button;     ///< scrollpos_y
   287 	byte action_id;
   292 	byte action_id;