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