summaryrefslogtreecommitdiff
path: root/Pad.h
diff options
context:
space:
mode:
Diffstat (limited to 'Pad.h')
-rw-r--r--Pad.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/Pad.h b/Pad.h
index a89b308..a9f3ea7 100644
--- a/Pad.h
+++ b/Pad.h
@@ -1,40 +1,40 @@
-#ifndef __PAD_HEADER__
-#define __PAD_HEADER__
+#ifndef PAD_H__
+#define PAD_H__
/* **************************************
- * Includes *
+ * Includes *
* **************************************/
#include "Global_Inc.h"
/* **************************************
- * Defines *
+ * Defines *
* **************************************/
/* **************************************
- * Structs and enums *
+ * Structs and enums *
* **************************************/
- //BTN_A, BTN_B, BTN_C, BTN_UP, BTN_RIGHT, BTN_DOWN, BTN_LEFT
+ /* BTN_A, BTN_B, BTN_C, BTN_UP, BTN_RIGHT, BTN_DOWN, BTN_LEFT. */
#ifdef __cplusplus
extern "C"
{
-#endif //__cplusplus
+#endif /* cplusplus. */
typedef enum t_padbuttons
{
- PAD_A = BTN_A,
- PAD_B = BTN_B,
- PAD_C = BTN_C,
- PAD_LEFT = BTN_LEFT,
- PAD_RIGHT = BTN_RIGHT,
- PAD_UP = BTN_UP,
- PAD_DOWN = BTN_DOWN,
+ PAD_A = BTN_A,
+ PAD_B = BTN_B,
+ PAD_C = BTN_C,
+ PAD_LEFT = BTN_LEFT,
+ PAD_RIGHT = BTN_RIGHT,
+ PAD_UP = BTN_UP,
+ PAD_DOWN = BTN_DOWN,
}PAD_BUTTONS;
/* **************************************
- * Global prototypes *
+ * Global prototypes *
* **************************************/
bool PadButtonReleased(PAD_BUTTONS btn);
@@ -45,6 +45,6 @@ bool PadAnyKeyPressed(void);
#ifdef __cplusplus
}
-#endif //__cplusplus
+#endif /* cplusplus. */
-#endif //__PAD_HEADER__
+#endif /* PAD_H__. */