mirror of https://github.com/PrimeDecomp/prime.git
Forgot gba.h too
This commit is contained in:
parent
2163b09aa4
commit
32dc934203
|
@ -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