prime/include/dolphin/gba.h

13 lines
150 B
C
Raw Normal View History

#ifndef _DOLPHIN_GBA
#define _DOLPHIN_GBA
2022-09-13 04:53:49 +00:00
#ifdef __cplusplus
extern "C" {
#endif
void GBAInit();
#ifdef __cplusplus
}
#endif
#endif // _DOLPHIN_GBA