summaryrefslogtreecommitdiff
path: root/arm7/lib/include/pad.h
diff options
context:
space:
mode:
authorEgor Ananyin <ananinegor@gmail.com>2020-07-06 09:34:14 +0300
committerEgor Ananyin <ananinegor@gmail.com>2020-07-06 09:34:14 +0300
commit07400e92d04dfd4d565ba707094e26c794936be6 (patch)
tree40a43bb2f9f5cab04bb76d3bc0da2a45f19622cd /arm7/lib/include/pad.h
parent1652a54452896b0b377c3811721ae4a7dcac1315 (diff)
Decompile pad
Diffstat (limited to 'arm7/lib/include/pad.h')
-rw-r--r--arm7/lib/include/pad.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arm7/lib/include/pad.h b/arm7/lib/include/pad.h
new file mode 100644
index 00000000..8591bf7b
--- /dev/null
+++ b/arm7/lib/include/pad.h
@@ -0,0 +1,8 @@
+#ifndef POKEDIAMOND_PAD_H
+#define POKEDIAMOND_PAD_H
+
+#include "nitro/types.h"
+
+BOOL PAD_InitXYButton(void);
+
+#endif