mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-12-13 15:59:26 +00: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_
|