mirror of https://github.com/PrimeDecomp/prime.git
parent
6bd48a457a
commit
f21f94be32
|
@ -0,0 +1,12 @@
|
||||||
|
#ifndef __GBA_H__
|
||||||
|
#define __GBA_H__
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
void GBAInit();
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue