Freeciv-3.2
Loading...
Searching...
No Matches
Data Fields
packet_calendar_info Struct Reference

#include <packets_gen.h>

Data Fields

char positive_year_label [MAX_LEN_NAME]
 
char negative_year_label [MAX_LEN_NAME]
 
int calendar_fragments
 
char calendar_fragment_name [MAX_CALENDAR_FRAGMENTS][MAX_LEN_NAME]
 
bool calendar_skip_0
 

Detailed Description

Definition at line 252 of file packets_gen.h.

Field Documentation

◆ calendar_fragment_name

char packet_calendar_info::calendar_fragment_name[MAX_CALENDAR_FRAGMENTS][MAX_LEN_NAME]

◆ calendar_fragments

int packet_calendar_info::calendar_fragments

◆ calendar_skip_0

bool packet_calendar_info::calendar_skip_0

◆ negative_year_label

char packet_calendar_info::negative_year_label[MAX_LEN_NAME]

◆ positive_year_label

char packet_calendar_info::positive_year_label[MAX_LEN_NAME]