mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 06:56:39 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			138 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			138 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#include <iostream>
 | 
						|
using namespace std;
 | 
						|
 | 
						|
#include "../esm_land_factory.hpp"
 | 
						|
 | 
						|
int main()
 | 
						|
{
 | 
						|
  cout << "under development\n";
 | 
						|
  return 0;
 | 
						|
}
 |