mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-11-04 00:26:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			410 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			410 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#ifndef OPENMW_ERRORMESSAGES_HPP
 | 
						|
#define OPENMW_ERRORMESSAGES_HPP
 | 
						|
 | 
						|
#define TES3MP_CREDITS_ERROR ("To respect the hard work that has gone into creating TES3MP, you are\n"\
 | 
						|
    "required to keep an unmodified tes3mp-credits file corresponding to this\n"\
 | 
						|
    "version of the code in the same folder as this executable. It can have either\n"\
 | 
						|
    "an .md or a .txt extension.")
 | 
						|
 | 
						|
#endif //OPENMW_ERRORMESSAGES_HPP
 |