summaryrefslogtreecommitdiff
path: root/arm9/lib/include/RTC_convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/lib/include/RTC_convert.h')
-rw-r--r--arm9/lib/include/RTC_convert.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arm9/lib/include/RTC_convert.h b/arm9/lib/include/RTC_convert.h
new file mode 100644
index 00000000..255ebf73
--- /dev/null
+++ b/arm9/lib/include/RTC_convert.h
@@ -0,0 +1,7 @@
+#ifndef NITRO_RTC_CONVERT_H_
+#define NITRO_RTC_CONVERT_H_
+
+s32 RTC_ConvertDateToDay(RTCDate *);
+s64 RTC_ConvertDateTimeToSecond(RTCDate *, RTCTime *);
+
+#endif //NITRO_RTC_CONVERT_H_