summaryrefslogtreecommitdiff
path: root/ki.h
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2013-10-07 14:11:24 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2013-10-07 14:11:24 +0200
commit677385ffdd1e330cfba4dd712ca58595feeea41d (patch)
treed256c7c6a86b3efe4af2e97fa72cc35eb32ec33e /ki.h
downloadfx-maze-677385ffdd1e330cfba4dd712ca58595feeea41d.tar.gz
fx-maze-677385ffdd1e330cfba4dd712ca58595feeea41d.zip
initial commit
Diffstat (limited to 'ki.h')
-rw-r--r--ki.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ki.h b/ki.h
new file mode 100644
index 0000000..7bae318
--- /dev/null
+++ b/ki.h
@@ -0,0 +1,9 @@
+#ifndef _KI_H_
+#define _KI_H_
+
+#define KISPEED 500
+
+void kisetpos(float *, float *);
+void timer(void);
+
+#endif \ No newline at end of file