mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-02 08:59:57 -05:00
13 lines
214 B
C
13 lines
214 B
C
#ifndef NITRO_CTRDG_H_
|
|
#define NITRO_CTRDG_H_
|
|
|
|
#include <nitro/ctrdg/common/ctrdg_common.h>
|
|
|
|
#ifdef SDK_ARM7
|
|
#include <nitro/ctrdg/ARM7/vibrate.h>
|
|
#endif //SDK_ARM7
|
|
|
|
void CTRDG_Init(void);
|
|
|
|
#endif //NITRO_CTRDG_H_
|