diff options
Diffstat (limited to 'Pad.h')
| -rw-r--r-- | Pad.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -4,18 +4,18 @@ /* ************************************** * Includes * * **************************************/ - + #include "Global_Inc.h" /* ************************************** * Defines * * **************************************/ - + /* ************************************** * Structs and enums * * **************************************/ //BTN_A, BTN_B, BTN_C, BTN_UP, BTN_RIGHT, BTN_DOWN, BTN_LEFT - + #ifdef __cplusplus extern "C" { @@ -32,11 +32,11 @@ typedef enum t_padbuttons PAD_UP = BTN_UP, PAD_DOWN = BTN_DOWN, }PAD_BUTTONS; - + /* ************************************** * Global prototypes * * **************************************/ - + bool PadButtonReleased(PAD_BUTTONS btn); bool PadButtonPressed(PAD_BUTTONS btn); bool PadButtonPressedFrames(PAD_BUTTONS btn, uint8_t frames); |
