diff options
author | Tetrable <atifhuss386@gmail.com> | 2019-01-03 02:28:18 +0000 |
---|---|---|
committer | Tetrable <atifhuss386@gmail.com> | 2019-01-03 02:28:18 +0000 |
commit | 30e7ac0dcadc1ca15d56dc24e79489be63527357 (patch) | |
tree | bb804c19ca84b582f7517af645bfc8665b26a1e1 /include/rtc.h | |
parent | 50aa222aff56499aeef1c64c9191f53b9b20a1de (diff) | |
parent | b471bba55e7e3743fa8cdb796cba57c41f5bfdbc (diff) |
Fix merge conflicts
Diffstat (limited to 'include/rtc.h')
-rw-r--r-- | include/rtc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rtc.h b/include/rtc.h index 5ee6a5316..7a3d3d524 100644 --- a/include/rtc.h +++ b/include/rtc.h @@ -44,5 +44,6 @@ void RtcInitLocalTimeOffset(s32 hour, s32 minute); void RtcCalcLocalTimeOffset(s32 days, s32 hours, s32 minutes, s32 seconds); void CalcTimeDifference(struct Time *result, struct Time *t1, struct Time *t2); u32 RtcGetMinuteCount(void); +u32 RtcGetLocalDayCount(void); #endif // GUARD_RTC_UTIL_H |