mirror of
				https://github.com/TES3MP/TES3MP.git
				synced 2025-11-03 19:13:31 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			244 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			244 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#ifndef OPENMW_COMPONENTS_SCENEUTIL_ACTORUTIL_HPP
 | 
						|
#define OPENMW_COMPONENTS_SCENEUTIL_ACTORUTIL_HPP
 | 
						|
 | 
						|
#include <string>
 | 
						|
 | 
						|
namespace SceneUtil
 | 
						|
{
 | 
						|
    std::string getActorSkeleton(bool firstPerson, bool female, bool beast, bool werewolf);
 | 
						|
}
 | 
						|
 | 
						|
#endif
 |