pokeheartgold/lib/include/nitro/ctrdg.h
2021-12-19 08:37:49 -05:00

11 lines
168 B
C

#ifndef NITRO_CTRDG_H_
#define NITRO_CTRDG_H_
#ifdef SDK_ARM7
#include <nitro/ctrdg/ARM7/vibrate.h>
#endif //SDK_ARM7
void CTRDG_Init(void);
#endif //NITRO_CTRDG_H_