summaryrefslogtreecommitdiff
path: root/src/buffers/audio_heap.c
blob: b8e0e336e76b61e6329b38c0ecd65f8b2eb51ec1 (plain)
1
2
3
4
5
#include "ultra64/ultratypes.h"
#include "alignment.h"
#include "buffers.h"

ALIGNED(16) u8 gAudioHeap[0x38000];