summaryrefslogtreecommitdiff
path: root/include/rtc.h
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2018-02-18 20:21:56 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2018-02-18 20:21:56 -0500
commit958dac2cf952ff94767ddec90bc3b1ddd0887a51 (patch)
tree41cfe9278c3590493c3ba4ed904fc08e44c377e9 /include/rtc.h
parent2ecf9cb5f3f89ad8c9bbe64957de40ac509e4ea7 (diff)
parent2e21a867487e2187a954a351f775bd3f3a9535b1 (diff)
Merge branch 'master' of https://github.com/pret/pokeruby into visual_studio
Diffstat (limited to 'include/rtc.h')
-rw-r--r--include/rtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rtc.h b/include/rtc.h
index fdc5ad709..e117cf753 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);
+void debug_sub_8009894(u8 *);
#endif // GUARD_RTC_UTIL_H