![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <map_types.h>
Collaboration diagram for startpos:Public Attributes | |
| struct tile * | location |
| bool | exclude |
| QSet< const struct nation_type * > * | nations |
Definition at line 28 of file map_types.h.
| bool startpos::exclude |
Definition at line 30 of file map_types.h.
Referenced by startpos_allow(), startpos_disallow(), startpos_is_excluding(), startpos_nation_allowed(), startpos_pack(), and startpos_unpack().
| struct tile* startpos::location |
Definition at line 29 of file map_types.h.
Referenced by startpos_new(), startpos_number(), and startpos_tile().
| QSet<const struct nation_type *>* startpos::nations |
Definition at line 31 of file map_types.h.
Referenced by startpos_allow(), startpos_allows_all(), startpos_destroy(), startpos_disallow(), startpos_nation_allowed(), startpos_pack(), startpos_raw_nations(), and startpos_unpack().