summaryrefslogtreecommitdiff
path: root/src/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboard.h')
-rw-r--r--src/keyboard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keyboard.h b/src/keyboard.h
index 6853ffc..53a1843 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -20,6 +20,7 @@ class Keyboard{
Command* releasedDown;
Command* pressedLeft;
Command* pressedRight;
+ Command* pressedSpace;
};
#endif