From 3d0b054e07fc090b32cb5fea452ef659ee176a71 Mon Sep 17 00:00:00 2001 From: epoch Date: Sat, 7 Mar 2020 05:42:56 -0600 Subject: added defines for keys to rotate the camera --- src/keyboard.h | 2 ++ 1 file changed, 2 insertions(+) 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, -- cgit v1.2.3