Freeciv-3.2
Loading...
Searching...
No Matches
Data Fields
history_report Struct Reference

#include <report.h>

Data Fields

int turn
 
char title [REPORT_TITLESIZE]
 
char body [REPORT_BODYSIZE]
 

Detailed Description

Definition at line 25 of file report.h.

Field Documentation

◆ body

char history_report::body[REPORT_BODYSIZE]

Definition at line 29 of file report.h.

Referenced by send_current_history_report().

◆ title

char history_report::title[REPORT_TITLESIZE]

Definition at line 28 of file report.h.

Referenced by send_current_history_report().

◆ turn

int history_report::turn