aboutsummaryrefslogtreecommitdiff
path: root/software/animation.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-11-21 13:25:44 +0100
committerlonkaars <loek@pipeframe.xyz>2021-11-21 13:25:44 +0100
commit5b821c8169b1c4e6a0d122fac6058271406c9190 (patch)
treed796480f5ed9c72f57424c04cc69e13c35531dae /software/animation.h
initial commit
Diffstat (limited to 'software/animation.h')
-rw-r--r--software/animation.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/software/animation.h b/software/animation.h
new file mode 100644
index 0000000..fce7081
--- /dev/null
+++ b/software/animation.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include "consts.h"
+
+unsigned long clamp_time(unsigned long unclamped_time) {
+}