Zelda64Recomp/patches/sound.h
Parker B 1fe0b740ad Update to address review comments.
Fixed nav menuing, and removed recomp APIs.
2024-05-25 21:43:11 -07:00

9 lines
189 B
C

#ifndef __PATCH_AUDIO_H__
#define __PATCH_AUDIO_H__
#include "patch_helpers.h"
DECLARE_FUNC(float, recomp_get_bgm_volume);
DECLARE_FUNC(u32, recomp_get_low_health_beeps_enabled);
#endif