diff options
Diffstat (limited to 'src/input.h')
| -rw-r--r-- | src/input.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/input.h b/src/input.h index 5fa4d1a..a65c4a3 100644 --- a/src/input.h +++ b/src/input.h @@ -7,6 +7,10 @@ extern joypad_buttons_t pressed_p1; extern joypad_buttons_t held_p1; extern joypad_inputs_t inputs_p1; +extern joypad_buttons_t pressed_p2; +extern joypad_buttons_t held_p2; +extern joypad_inputs_t inputs_p2; + void updateController(void); #endif |
