11 lines
168 B
C
Raw Normal View History

2021-09-22 19:45:06 -04:00
#ifndef NITRO_CTRDG_H_
#define NITRO_CTRDG_H_
#ifdef SDK_ARM7
#include <nitro/ctrdg/ARM7/vibrate.h>
#endif //SDK_ARM7
2021-09-22 19:45:06 -04:00
void CTRDG_Init(void);
#endif //NITRO_CTRDG_H_