summaryrefslogtreecommitdiff
path: root/include/rtc.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-09-20 20:18:00 -0700
committerYamaArashi <shadow962@live.com>2016-09-20 20:18:00 -0700
commit8805b045034d9dcc687a178881b94bc6d87f035d (patch)
tree82d8f5bbf5e0c37292263b29ec99d596e980f06c /include/rtc.h
parent0b2a61e5d84e8a9950004c8d76ad8556e334f6c4 (diff)
decompile more script functions
Diffstat (limited to 'include/rtc.h')
-rw-r--r--include/rtc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rtc.h b/include/rtc.h
index 96d7e716b..4c9d06d31 100644
--- a/include/rtc.h
+++ b/include/rtc.h
@@ -17,6 +17,8 @@
#define RTC_ERR_FLAG_MASK 0x0FF0
+extern struct Time gLocalTime;
+
void RtcInit();
u16 RtcGetErrorStatus();
void RtcReset();