Forgot gba.h too

Former-commit-id: 32dc934203
This commit is contained in:
Phillip Stephens 2022-09-12 21:53:49 -07:00
parent 6bd48a457a
commit f21f94be32
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