summaryrefslogtreecommitdiff
path: root/arm7/lib/include/PAD_xyButton.h
diff options
context:
space:
mode:
authorEgor Ananyin <ananinegor@gmail.com>2020-07-06 09:45:45 +0300
committerEgor Ananyin <ananinegor@gmail.com>2020-07-06 09:45:45 +0300
commit369a6d8c8bfc3a0be042851cab472767a9a13ccf (patch)
tree1f8528367c61073dbc303444c7939503a4f03b58 /arm7/lib/include/PAD_xyButton.h
parent4d7fd9ee0c39e73b637a894b6751095e2bcd5b74 (diff)
consistent rename
Diffstat (limited to 'arm7/lib/include/PAD_xyButton.h')
-rw-r--r--arm7/lib/include/PAD_xyButton.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arm7/lib/include/PAD_xyButton.h b/arm7/lib/include/PAD_xyButton.h
new file mode 100644
index 00000000..49bc75bb
--- /dev/null
+++ b/arm7/lib/include/PAD_xyButton.h
@@ -0,0 +1,8 @@
+#ifndef POKEDIAMOND_PAD_XYBUTTON_H
+#define POKEDIAMOND_PAD_XYBUTTON_H
+
+#include "nitro/types.h"
+
+BOOL PAD_InitXYButton(void);
+
+#endif