mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-12-14 00:20:22 +00: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_
|