mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-11-04 02:56:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			238 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			238 B
		
	
	
	
		
			C++
		
	
	
	
	
	
//
 | 
						|
// Created by koncord on 27.08.16.
 | 
						|
//
 | 
						|
 | 
						|
#ifndef OPENMW_VERSION_HPP
 | 
						|
#define OPENMW_VERSION_HPP
 | 
						|
 | 
						|
#define TES3MP_VERSION "0.6-alpha"
 | 
						|
#define TES3MP_PROTO_VERSION 7
 | 
						|
 | 
						|
#define TES3MP_DEFAULT_PASSW "SuperPassword"
 | 
						|
 | 
						|
#endif //OPENMW_VERSION_HPP
 |