prime/include/dolphin/gba.h

13 lines
128 B
C

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