prime/include/dolphin/gba.h

13 lines
150 B
C

#ifndef _DOLPHIN_GBA
#define _DOLPHIN_GBA
#ifdef __cplusplus
extern "C" {
#endif
void GBAInit();
#ifdef __cplusplus
}
#endif
#endif // _DOLPHIN_GBA