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

#include <servers.h>

Public Attributes

char * name
 
char * type
 
char * host
 
char * nation
 

Detailed Description

Definition at line 49 of file servers.h.

Member Data Documentation

◆ host

char* str_players::host

Definition at line 52 of file servers.h.

Referenced by parse_metaserver_data(), and page_network::slot_selection_changed().

◆ name

char* str_players::name

Definition at line 50 of file servers.h.

Referenced by parse_metaserver_data(), and page_network::slot_selection_changed().

◆ nation

char* str_players::nation

Definition at line 53 of file servers.h.

Referenced by parse_metaserver_data(), and page_network::slot_selection_changed().

◆ type

char* str_players::type

Definition at line 51 of file servers.h.

Referenced by parse_metaserver_data(), and page_network::slot_selection_changed().