Freeciv-3.1
|
#include <report.h>
Data Fields | |
int | turn |
char | title [REPORT_TITLESIZE] |
char | body [REPORT_BODYSIZE] |
char history_report::body[REPORT_BODYSIZE] |
Definition at line 28 of file report.h.
Referenced by historian_generic(), send_current_history_report(), sg_load_history(), sg_load_history(), and sg_save_history().
char history_report::title[REPORT_TITLESIZE] |
Definition at line 27 of file report.h.
Referenced by historian_generic(), send_current_history_report(), sg_load_history(), sg_load_history(), and sg_save_history().
int history_report::turn |
Definition at line 26 of file report.h.
Referenced by historian_generic(), log_civ_score_init(), send_current_history_report(), sg_load_history(), sg_load_history(), and sg_save_history().