mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-11 23:39:07 +00:00
Forgot gba.h too
This commit is contained in:
parent
2163b09aa4
commit
32dc934203
12
include/dolphin/gba.h
Normal file
12
include/dolphin/gba.h
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#ifndef __GBA_H__
|
||||||
|
#define __GBA_H__
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
void GBAInit();
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif
|
Loading…
x
Reference in New Issue
Block a user