summaryrefslogtreecommitdiff
path: root/Pad.h
diff options
context:
space:
mode:
Diffstat (limited to 'Pad.h')
-rw-r--r--Pad.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Pad.h b/Pad.h
index 1c8cb4c..a89b308 100644
--- a/Pad.h
+++ b/Pad.h
@@ -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);