From e1092028ecaeaa64b35352cefd21b70aa2194577 Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Wed, 2 Jan 2019 19:07:47 -0600 Subject: Decompile match_call.c --- include/rtc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/rtc.h') 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 -- cgit v1.2.3