Forgot gba.h too

This commit is contained in:
Phillip Stephens 2022-09-12 21:53:49 -07:00
parent 2163b09aa4
commit 32dc934203
1 changed files with 12 additions and 0 deletions

12
include/dolphin/gba.h Normal file
View File

@ -0,0 +1,12 @@
#ifndef __GBA_H__
#define __GBA_H__
#ifdef __cplusplus
extern "C" {
#endif
void GBAInit();
#ifdef __cplusplus
}
#endif
#endif