Files
Zelda64Recomp/include/zelda_sound.h
T
2026-08-16 10:57:08 -03:00

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