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