diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-01-02 19:07:47 -0600 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-01-02 19:46:15 -0600 |
commit | e1092028ecaeaa64b35352cefd21b70aa2194577 (patch) | |
tree | 32ea76baba5b674beb00bc75657e82d5e7118484 /include/rtc.h | |
parent | f8c708a82a42a9b104cd8d1d36ba6f919f589201 (diff) |
Decompile match_call.c
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 |