13 struct packet_game_info;
const char * calendar_text()
Produce a statically allocated textual representation of the current calendar time.
void game_advance_year()
Advance the game year.
void game_next_year(struct packet_game_info *info)
Advance the calendar in the passed game_info structure (may only be a copy of the real one).
const char * textcalfrag(int frag)
Produce a statically allocated textual representation of the given calendar fragment.
const char * textyear(int year)
Produce a statically allocated textual representation of the given year.