mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 02:26:41 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			231 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			231 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#ifndef OPENMW_COMPONENTS_SETTINGS_NAVMESHRENDERMODE_H
 | 
						|
#define OPENMW_COMPONENTS_SETTINGS_NAVMESHRENDERMODE_H
 | 
						|
 | 
						|
namespace Settings
 | 
						|
{
 | 
						|
    enum class NavMeshRenderMode
 | 
						|
    {
 | 
						|
        AreaType,
 | 
						|
        UpdateFrequency,
 | 
						|
    };
 | 
						|
}
 | 
						|
 | 
						|
#endif
 |