13 lines
214 B
C
Raw Normal View History

2021-09-22 19:45:06 -04:00
#ifndef NITRO_CTRDG_H_
#define NITRO_CTRDG_H_
2022-02-02 10:05:08 -05:00
#include <nitro/ctrdg/common/ctrdg_common.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_