mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-27 17:02:57 -04:00
ebb0647e7b
Co-authored-by: roeming <roeming@users.noreply.github.com>
12 lines
271 B
C
12 lines
271 B
C
#ifndef ARAMCALL_H
|
|
#define ARAMCALL_H
|
|
#include "types.h"
|
|
#include "jaudio_NES/heapctrl.h"
|
|
|
|
void Jac_WaveDirectorySet(char*);
|
|
void Jac_RegisterARAMCallback(u32 (*callback)(char*, u32, u32, u32*, JAHEAP*));
|
|
void Init_AramMotherHeap();
|
|
JAHEAP* Get_AramMotherHeap();
|
|
|
|
#endif
|