mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-29 16:14:59 -04:00
Add missing external interface for lb_reki.h
This commit is contained in:
@@ -22,6 +22,12 @@ extern "C" {
|
||||
|
||||
#define lbRk_KYUU_DAY_START 1
|
||||
|
||||
extern int lbRk_ToSeiyouReki(lbRTC_ymd_t* seiyo_ymd, const lbRTC_ymd_t* kyuu_ymd);
|
||||
extern int lbRk_ToKyuuReki(lbRTC_ymd_t* kyuu_ymd, const lbRTC_ymd_t* seiyo_ymd);
|
||||
extern int lbRk_VernalEquinoxDay(int year);
|
||||
extern int lbRk_AutumnalEquinoxDay(int year);
|
||||
extern void lbRk_HarvestMoonDay(lbRTC_ymd_t* harvest_moon_day, int year);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user