Freeciv21
Develop your civilization from humble roots to a global empire
civserver Struct Reference

#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
 

Detailed Description

Definition at line 77 of file srv_main.h.

Member Data Documentation

◆ game_identifier

char civserver::game_identifier[MAX_LEN_GAME_IDENTIFIER]

Definition at line 88 of file srv_main.h.

◆ identity_number

unsigned short civserver::identity_number

Definition at line 86 of file srv_main.h.

◆ nbarbarians

int civserver::nbarbarians

Definition at line 79 of file srv_main.h.

◆ playable_nations

int civserver::playable_nations

Definition at line 78 of file srv_main.h.

◆ unit_waits

struct unit_wait_list* civserver::unit_waits

Definition at line 90 of file srv_main.h.