The Mana World fork of Hercules. This is vanilla Hercules with a few tiny modifications for our specific needs. Mutually-beneficial modifications are contributed upstream.
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL// For more information, see LICENCE in the main folder#ifndef _DATE_H_#define _DATE_H_#endifintdate_get_year(void);intdate_get_month(void);intdate_get_day(void);intdate_get_hour(void);intdate_get_min(void);intdate_get_sec(void);intis_day_of_sun(void);intis_day_of_moon(void);intis_day_of_star(void);