![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <srv_main.h>
Public Attributes | |
| int | playable_nations |
| int | nbarbarians |
| unsigned short | identity_number |
| char | game_identifier [MAX_LEN_GAME_IDENTIFIER] |
| struct unit_wait_list * | unit_waits |
Definition at line 77 of file srv_main.h.
| char civserver::game_identifier[MAX_LEN_GAME_IDENTIFIER] |
Definition at line 88 of file srv_main.h.
| unsigned short civserver::identity_number |
Definition at line 86 of file srv_main.h.
| int civserver::nbarbarians |
Definition at line 79 of file srv_main.h.
| int civserver::playable_nations |
Definition at line 78 of file srv_main.h.
| struct unit_wait_list* civserver::unit_waits |
Definition at line 90 of file srv_main.h.