summaryrefslogtreecommitdiff
path: root/third_party/Time/time.h
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-03-05 20:20:45 +0300
committerOxore <oxore@protonmail.com>2023-03-05 20:20:45 +0300
commitea807de65b0485ac58b6eae576209c64d4d5c4e9 (patch)
treeb4264d20e1d700cfd9e0ece9d847a825dd1dfc03 /third_party/Time/time.h
parentdd01e7ed22cea652061f0d12cecf929e04b285e9 (diff)
Split app code and third party libraries
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