diff --git a/include/dolphin/gba.h b/include/dolphin/gba.h new file mode 100644 index 00000000..429c11cc --- /dev/null +++ b/include/dolphin/gba.h @@ -0,0 +1,12 @@ +#ifndef __GBA_H__ +#define __GBA_H__ + +#ifdef __cplusplus +extern "C" { +#endif +void GBAInit(); +#ifdef __cplusplus +} +#endif + +#endif