mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-06 06:45:05 +01:00
10 lines
189 B
C
10 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
|