mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-19 02:06:59 -05:00
11 lines
168 B
C
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_
|