mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 15:26:57 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			115 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			115 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#include "debuglog.hpp"
 | 
						|
 | 
						|
namespace Debug
 | 
						|
{
 | 
						|
    Level CurrentDebugLevel = Level::NoLevel;
 | 
						|
}
 | 
						|
 | 
						|
std::mutex Log::sLock;
 |