Freeciv-3.1
|
#include <helpdata.h>
Data Fields | |
char * | topic |
char * | text |
enum help_page_type | type |
Definition at line 25 of file helpdata.h.
char * help_item::text |
Definition at line 26 of file helpdata.h.
Referenced by boot_help_texts(), create_help_dialog(), get_help_item_spec(), help_update_dialog(), help_update_extra(), help_update_goods(), help_update_government(), help_update_improvement(), help_update_nation(), help_update_specialist(), help_update_tech(), help_update_terrain(), help_update_unit_type(), help_update_wonder(), new_help_item(), help_widget::set_topic_building(), help_widget::set_topic_extra(), help_widget::set_topic_goods(), help_widget::set_topic_government(), help_widget::set_topic_nation(), help_widget::set_topic_other(), help_widget::set_topic_specialist(), help_widget::set_topic_tech(), help_widget::set_topic_terrain(), and help_widget::set_topic_unit().
char* help_item::topic |
Definition at line 26 of file helpdata.h.
Referenced by boot_help_texts(), get_help_item_spec(), help_item_compar(), help_update_dialog(), new_help_item(), and help_widget::set_topic().
enum help_page_type help_item::type |
Definition at line 27 of file helpdata.h.
Referenced by get_help_item_spec(), help_update_dialog(), new_help_item(), and help_widget::set_topic().