|
Freeciv-3.4
|
#include <messagewin_common.h>
Data Fields | |
| char * | descr |
| struct text_tag_list * | tags |
| struct tile * | tile |
| enum event_type | event |
| bool | location_ok |
| bool | city_ok |
| bool | visited |
| int | turn |
| int | phase |
Definition at line 29 of file messagewin_common.h.
| bool message::city_ok |
Definition at line 35 of file messagewin_common.h.
Referenced by meswin_add(), and meswin_popup_city().
| char* message::descr |
Definition at line 30 of file messagewin_common.h.
Referenced by meswin_add(), meswin_clear_older(), and real_meswin_dialog_update().
| enum event_type message::event |
Definition at line 33 of file messagewin_common.h.
Referenced by meswin_add().
| bool message::location_ok |
Definition at line 34 of file messagewin_common.h.
Referenced by meswin_add().
| int message::phase |
Definition at line 38 of file messagewin_common.h.
Referenced by meswin_add(), and meswin_clear_older().
| struct text_tag_list* message::tags |
Definition at line 31 of file messagewin_common.h.
Referenced by meswin_add(), and meswin_clear_older().
Definition at line 32 of file messagewin_common.h.
Referenced by meswin_add(), meswin_popup_city(), and real_meswin_dialog_update().
| int message::turn |
Definition at line 37 of file messagewin_common.h.
Referenced by meswin_add(), and meswin_clear_older().
| bool message::visited |
Definition at line 36 of file messagewin_common.h.
Referenced by meswin_add(), meswin_set_visited_state(), and real_meswin_dialog_update().