diff options
Diffstat (limited to 'src/input.h')
| -rw-r--r-- | src/input.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/input.h b/src/input.h new file mode 100644 index 0000000..5fa4d1a --- /dev/null +++ b/src/input.h @@ -0,0 +1,12 @@ +#ifndef GAME_INPUT_H +#define GAME_INPUT_H + +#include <libdragon.h> + +extern joypad_buttons_t pressed_p1; +extern joypad_buttons_t held_p1; +extern joypad_inputs_t inputs_p1; + +void updateController(void); + +#endif |
