mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
17 lines
218 B
C
17 lines
218 B
C
#ifndef JAUDIO_DSP_GBAKEY_H
|
|
#define JAUDIO_DSP_GBAKEY_H
|
|
|
|
#include "types.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void __GBAX02(s32 chan, u8* readbuf);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* JAUDIO_DSP_GBAKEY_H */
|