summaryrefslogtreecommitdiff
path: root/src/keypad.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/keypad.h')
-rw-r--r--src/keypad.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keypad.h b/src/keypad.h
index d762be4..9339280 100644
--- a/src/keypad.h
+++ b/src/keypad.h
@@ -3,4 +3,5 @@
#include "raylib.h"
int KeypadIsPressed(unsigned char c);
+int KeypadGetPressed();