mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-03 22:55:37 +00:00
Forgot gba.h too
Former-commit-id: 32dc93420328821ad22db3cbac7e3b717858043e
This commit is contained in:
parent
6bd48a457a
commit
f21f94be32
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