mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 08:56:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			236 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			236 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#include "osguservalues.hpp"
 | 
						|
 | 
						|
namespace Misc
 | 
						|
{
 | 
						|
    const std::string OsgUserValues::sFileHash = "fileHash";
 | 
						|
    const std::string OsgUserValues::sExtraData = "xData";
 | 
						|
    const std::string OsgUserValues::sXSoftEffect = "xSoftEffect";
 | 
						|
}
 |