diff options
Diffstat (limited to 'src/map/date.h')
-rw-r--r-- | src/map/date.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/date.h b/src/map/date.h index ac0a3a7fa..f4f119ade 100644 --- a/src/map/date.h +++ b/src/map/date.h @@ -32,6 +32,7 @@ int date_get_hour(void); int date_get_min(void); int date_get_sec(void); int date_get_dayofweek(void); +int date_get_date(void); bool is_day_of_sun(void); bool is_day_of_moon(void); |