mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-03 02:56:39 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			212 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			212 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#ifndef OPENMW_COMPONENTS_DETOURNAVIGATOR_TILEPOSITION_H
 | 
						|
#define OPENMW_COMPONENTS_DETOURNAVIGATOR_TILEPOSITION_H
 | 
						|
 | 
						|
#include <osg/Vec2i>
 | 
						|
 | 
						|
namespace DetourNavigator
 | 
						|
{
 | 
						|
    using TilePosition = osg::Vec2i;
 | 
						|
}
 | 
						|
 | 
						|
#endif
 |