Phillip Stephens f21f94be32 Forgot gba.h too
Former-commit-id: 32dc93420328821ad22db3cbac7e3b717858043e
2022-09-12 21:53:49 -07:00

13 lines
128 B
C

#ifndef __GBA_H__
#define __GBA_H__
#ifdef __cplusplus
extern "C" {
#endif
void GBAInit();
#ifdef __cplusplus
}
#endif
#endif