Files
ac-decomp/include/jaudio_NES/memory.h
T
Cuyler36 58395b3461 temp
2024-06-03 17:13:51 -04:00

11 lines
224 B
C

#ifndef JAUDIO_MEMORY_H
#define JAUDIO_MEMORY_H
#include "types.h"
#include "jaudio_NES/audiostruct.h"
extern void Nas_HeapInit(ALHeap* heap, u8* base, s32 len);
extern void* Nas_HeapAlloc(ALHeap* heap, s32 size);
#endif