mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-08-27 08:47:11 -04:00
11 lines
183 B
C++
11 lines
183 B
C++
#ifndef __ZELDA_SOUND_H__
|
|
#define __ZELDA_SOUND_H__
|
|
|
|
namespace zelda64 {
|
|
void reset_sound_settings();
|
|
int get_bgm_volume();
|
|
bool get_low_health_beeps_enabled();
|
|
}
|
|
|
|
#endif
|