Freeciv-3.3
Loading...
Searching...
No Matches
Functions
helpdlg.h File Reference
#include "tech.h"
#include "helpdlg_g.h"

Go to the source code of this file.

Functions

void popup_help_browser (void)
 
void popup_tech_info (Tech_type_id tech)
 
void popup_impr_info (Impr_type_id impr)
 
void popup_unit_info (Unit_type_id unit_id)
 
void popup_gov_info (int gov)
 

Function Documentation

◆ popup_gov_info()

void popup_gov_info ( int  gov)

Show government info

Definition at line 155 of file helpdlg.c.

Referenced by change_gov_callback().

◆ popup_help_browser()

void popup_help_browser ( void  )

Open Help Browser without any specific topic in mind

Definition at line 77 of file helpdlg.c.

Referenced by help_browser_callback().

◆ popup_impr_info()

void popup_impr_info ( Impr_type_id  impr)

Show improvement info

Definition at line 202 of file helpdlg.c.

Referenced by change_impr_callback(), and get_target_help_data().

◆ popup_tech_info()

void popup_tech_info ( Tech_type_id  tech)

◆ popup_unit_info()

void popup_unit_info ( Unit_type_id  type_id)

Show unit type info

Definition at line 630 of file helpdlg.c.

Referenced by change_unit_callback(), get_target_help_data(), and unit_help_callback().