diff options
author | Egor Ananyin <ananinegor@gmail.com> | 2020-07-06 09:45:45 +0300 |
---|---|---|
committer | Egor Ananyin <ananinegor@gmail.com> | 2020-07-06 09:45:45 +0300 |
commit | 369a6d8c8bfc3a0be042851cab472767a9a13ccf (patch) | |
tree | 1f8528367c61073dbc303444c7939503a4f03b58 /arm7/lib/include/PAD_xyButton.h | |
parent | 4d7fd9ee0c39e73b637a894b6751095e2bcd5b74 (diff) |
consistent rename
Diffstat (limited to 'arm7/lib/include/PAD_xyButton.h')
-rw-r--r-- | arm7/lib/include/PAD_xyButton.h | 8 |
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 |