summaryrefslogtreecommitdiff
path: root/include/clock.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-10-14 09:52:56 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-10-14 09:52:56 -0400
commita252140f3b462efbeaec392030479e9e12999f23 (patch)
treebb85cfb66bc0aa970e9b27eedaa7d9894e83666f /include/clock.h
parent1112af4e1905135a7bc2dd53353b52762ff7d49a (diff)
parent0d38d443b561f9baaae12324712503dfccaf01ea (diff)
Merge branch 'master' into mail
Diffstat (limited to 'include/clock.h')
-rw-r--r--include/clock.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/clock.h b/include/clock.h
new file mode 100644
index 000000000..4e6560c91
--- /dev/null
+++ b/include/clock.h
@@ -0,0 +1,8 @@
+#ifndef GUARD_CLOCK_H
+#define GUARD_CLOCK_H
+
+// TODO: time of day and seconds in a day defines
+
+void DoTimeBasedEvents(void);
+
+#endif