mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-26 04:15:35 +00:00
13 lines
150 B
C
13 lines
150 B
C
#ifndef _DOLPHIN_GBA
|
|
#define _DOLPHIN_GBA
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
void GBAInit();
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // _DOLPHIN_GBA
|