![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <helpdata.h>
Public Attributes | |
| char * | topic |
| char * | text |
| enum help_page_type | type |
Definition at line 70 of file helpdata.h.
| char * help_item::text |
Definition at line 71 of file helpdata.h.
Referenced by boot_help_texts(), get_help_item_spec(), 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 71 of file helpdata.h.
Referenced by boot_help_texts(), get_help_item_spec(), help_item_compar(), new_help_item(), and help_widget::set_topic().
| enum help_page_type help_item::type |
Definition at line 71 of file helpdata.h.
Referenced by get_help_item_spec(), new_help_item(), and help_widget::set_topic().