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

#include <nation.h>

+ Collaboration diagram for nation_group:

Public Attributes

struct name_translation name
 
bool hidden
 
union {
   struct {
      int   match
 
   }   server
 
}; 
 

Detailed Description

Definition at line 150 of file nation.h.

Member Data Documentation

◆ 

union { ... }

◆ hidden

bool nation_group::hidden

◆ match

int nation_group::match

Definition at line 159 of file nation.h.

Referenced by nation_group_set_match().

◆ name

◆ 

struct { ... } nation_group::server