mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-05-22 22:44:34 -04:00
Added background music volume and low health beep settings, imported warp names
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef __RECOMP_SOUND_H__
|
||||
#define __RECOMP_SOUND_H__
|
||||
|
||||
namespace recomp {
|
||||
void reset_sound_settings();
|
||||
void set_bgm_volume(int volume);
|
||||
int get_bgm_volume();
|
||||
void set_low_health_beeps_enabled(bool enabled);
|
||||
bool get_low_health_beeps_enabled();
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user