summaryrefslogtreecommitdiff
path: root/src/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboard.h')
-rw-r--r--src/keyboard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keyboard.h b/src/keyboard.h
index 1e0c483..a99fa42 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -10,6 +10,8 @@ typedef enum {
HVK_DOWN,
HVK_LEFT,
HVK_RIGHT,
+ HVK_TURNLEFT,
+ HVK_TURNRIGHT,
HVK_JUMP,
HVK_DEBUG,
HVK_ENTER,