server/src/common/kernel/calendar.c

16 lines
306 B
C
Raw Normal View History

#include <config.h>
#include "calendar.h"
int first_turn = 0;
int first_month = 0;
int weeks_per_month = 0;
int months_per_year = 0;
char **seasonnames = NULL;
char **weeknames = NULL;
char **weeknames2 = NULL;
char **monthnames = NULL;
int *month_season = NULL;
char *agename = NULL;
int seasons = 0;