summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2017-12-09 09:22:31 +0300
committerOxore <oxore@protonmail.com>2017-12-09 09:22:31 +0300
commit9e7ca39812cf43df65044c2329ec747060a3d372 (patch)
tree4234f68d85767d4e5e833465aaf69bfa92008056 /include
parentfad5bdb14b1c9549ddf9219230ed7d5aed060cf6 (diff)
Little refactoring
Diffstat (limited to 'include')
-rw-r--r--include/functions.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/functions.h b/include/functions.h
index 73979e5..4f35bab 100644
--- a/include/functions.h
+++ b/include/functions.h
@@ -1,3 +1,10 @@
+#define RIGHT 0b0001
+#define DOWN 0b0010
+#define UP 0b0100
+#define LEFT 0b1000
+#define RIGHTHOLD 0b10000
+#define LEFTHOLD 0b10000000
+
void tKeyCtrl();
void initFld();
void tTick();