mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 22:56:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			157 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			157 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #include <vector>
 | |
| 
 | |
| namespace Launcher
 | |
| {
 | |
|     std::vector<const char *> enumerateOpenALDevices();
 | |
|     std::vector<const char *> enumerateOpenALDevicesHrtf();
 | |
| } |