diff options
Diffstat (limited to 'src/map/date.h')
-rw-r--r-- | src/map/date.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/map/date.h b/src/map/date.h index 02238d7ea..46f0d86c3 100644 --- a/src/map/date.h +++ b/src/map/date.h @@ -11,8 +11,8 @@ int date_get_hour(void); int date_get_min(void); int date_get_sec(void); -int is_day_of_sun(void); -int is_day_of_moon(void); -int is_day_of_star(void); +bool is_day_of_sun(void); +bool is_day_of_moon(void); +bool is_day_of_star(void); #endif /* _MAP_DATE_H_ */ |