mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-10 21:08:16 -05:00
10 lines
160 B
C
10 lines
160 B
C
#ifndef NITRO_PAD_H_
|
|
#define NITRO_PAD_H_
|
|
|
|
#include <nitro/pad/common/pad.h>
|
|
#ifdef SDK_ARM7
|
|
#include <nitro/pad/ARM7/xyButton.h>
|
|
#endif
|
|
|
|
#endif //NITRO_PAD_H_
|