1 2 3 4 5 6 7 8
#ifndef POKEDIAMOND_PAD_XYBUTTON_H #define POKEDIAMOND_PAD_XYBUTTON_H #include "nitro/types.h" BOOL PAD_InitXYButton(void); #endif