diff options
author | KirieZ <guilherme.menaldo@outlook.com> | 2017-03-05 20:23:30 -0300 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-07-11 12:52:32 +0200 |
commit | 79b69495bbc5d758529a485eb1144bd64b8ea50f (patch) | |
tree | 26e9f4ebe5396fe040a31739af9d4d17bdbb162e /src/map/date.h | |
parent | af099be50ad275c55bfb07831213f4540ae265d7 (diff) | |
download | hercules-79b69495bbc5d758529a485eb1144bd64b8ea50f.tar.gz hercules-79b69495bbc5d758529a485eb1144bd64b8ea50f.tar.bz2 hercules-79b69495bbc5d758529a485eb1144bd64b8ea50f.tar.xz hercules-79b69495bbc5d758529a485eb1144bd64b8ea50f.zip |
Added getcalendartime script command
Signed-off-by: Haru <haru@dotalux.com>
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 3a109d1ad..ac0a3a7fa 100644 --- a/src/map/date.h +++ b/src/map/date.h @@ -31,6 +31,7 @@ int date_get_day(void); int date_get_hour(void); int date_get_min(void); int date_get_sec(void); +int date_get_dayofweek(void); bool is_day_of_sun(void); bool is_day_of_moon(void); |