summaryrefslogtreecommitdiff
path: root/src/map/date.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2017-07-11 12:53:09 +0200
committerHaru <haru@dotalux.com>2017-07-11 12:53:09 +0200
commitaaa2b237b4b24d0565afd375046dd7f4480d91f1 (patch)
tree26e9f4ebe5396fe040a31739af9d4d17bdbb162e /src/map/date.h
parenteef92522dcf835f42a922a580be8f855cfea1aa6 (diff)
parent79b69495bbc5d758529a485eb1144bd64b8ea50f (diff)
downloadhercules-aaa2b237b4b24d0565afd375046dd7f4480d91f1.tar.gz
hercules-aaa2b237b4b24d0565afd375046dd7f4480d91f1.tar.bz2
hercules-aaa2b237b4b24d0565afd375046dd7f4480d91f1.tar.xz
hercules-aaa2b237b4b24d0565afd375046dd7f4480d91f1.zip
Merge pull request #1593 from guilherme-gm/script-setquest
Closes #1593 as merged
Diffstat (limited to 'src/map/date.h')
-rw-r--r--src/map/date.h1
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);