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
7int date_get_year(void);
8int date_get_month(void);
9int date_get_day(void);
10int date_get_hour(void);
11int date_get_min(void);
12int date_get_sec(void);
13
14int is_day_of_sun(void);
15int is_day_of_moon(void);
16int is_day_of_star(void);
17
18#endif /* _DATE_H_ */
Note: See TracBrowser for help on using the browser.