mirror of
				https://github.com/Zelda64Recomp/Zelda64Recomp.git
				synced 2025-10-30 08:03:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			189 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			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
 | 
