aboutsummaryrefslogtreecommitdiff
path: root/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'timer.h')
-rw-r--r--timer.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/timer.h b/timer.h
new file mode 100644
index 0000000..c1b3511
--- /dev/null
+++ b/timer.h
@@ -0,0 +1,11 @@
+#ifndef TIMER_H
+#define TIMER_H
+
+#include <stdbool.h>
+
+void timerStart ();
+bool timerHit ();
+void timerStop ();
+
+#endif /* TIMER_H */
+