Freeciv-3.3
|
#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 create_help_dialog(), 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 help_widget::set_topic().
enum help_page_type help_item::type |
Definition at line 27 of file helpdata.h.
Referenced by help_widget::set_topic().