summaryrefslogtreecommitdiff
path: root/app/time/time.h
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-03-06 11:30:08 +0300
committerOxore <oxore@protonmail.com>2023-03-06 11:30:08 +0300
commitdfcf63dded68e7bf1eea2112feb6e993d75c9907 (patch)
tree0d1e3e5f3d00f0f550e3fc1cfc110907cb7ee6ce /app/time/time.h
parent5e565f35686b41ae5b5a2125213e01d8aa9d0e61 (diff)
Reduce include path pollution
Diffstat (limited to 'app/time/time.h')
-rw-r--r--app/time/time.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/time/time.h b/app/time/time.h
new file mode 100644
index 0000000..ea1f265
--- /dev/null
+++ b/app/time/time.h
@@ -0,0 +1,6 @@
+#ifndef TIME_INCLUDED
+#define TIME_INCLUDED
+
+void TimeInit (void);
+
+#endif // TIME_INCLUDED