mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 03:56:39 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			110 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			110 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#pragma once
 | 
						|
 | 
						|
namespace Misc
 | 
						|
{
 | 
						|
    namespace HelpViewer
 | 
						|
    {
 | 
						|
        void openHelp(const char* url);
 | 
						|
    }
 | 
						|
}
 |