root/src/map/date.h
@
19
Revision 1, 418 bytes (checked in by jinshiro, 17 years ago) |
---|
Line | |
---|---|
1 | // Copyright (c) Athena Dev Teams - Licensed under GNU GPL |
2 | // For more information, see LICENCE in the main folder |
3 | |
4 | #ifndef _DATE_H_ |
5 | #define _DATE_H_ |
6 | |
7 | int date_get_year(void); |
8 | int date_get_month(void); |
9 | int date_get_day(void); |
10 | int date_get_hour(void); |
11 | int date_get_min(void); |
12 | int date_get_sec(void); |
13 | |
14 | int is_day_of_sun(void); |
15 | int is_day_of_moon(void); |
16 | int is_day_of_star(void); |
17 | |
18 | #endif /* _DATE_H_ */ |
Note: See TracBrowser
for help on using the browser.