mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-30 09:51:39 -04:00
10 lines
223 B
C
10 lines
223 B
C
#ifndef AUDIOMACRO_H
|
|
#define AUDIOMACRO_H
|
|
|
|
#include "types.h"
|
|
#include "jaudio_NES/sub_sys.h"
|
|
|
|
#define AUDIOCMD_RESET_AUDIO_HEAP_CMD(spec_id) Nap_SetS32(NA_MAKE_COMMAND(AUDIOCMD_RESET_AUDIO_HEAP, 0, 0, 0), spec_id)
|
|
|
|
#endif
|