summaryrefslogtreecommitdiff
path: root/Libraries/Time/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/Time/time.h')
-rw-r--r--Libraries/Time/time.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Libraries/Time/time.h b/Libraries/Time/time.h
new file mode 100644
index 0000000..b6b611b
--- /dev/null
+++ b/Libraries/Time/time.h
@@ -0,0 +1,6 @@
+#ifndef TIME_INCLUDED
+#define TIME_INCLUDED
+
+void TimeInit (void);
+
+#endif // TIME_INCLUDED \ No newline at end of file