forked from teamnwah/openmw-tes3coop
11 lines
138 B
C++
11 lines
138 B
C++
|
#include <iostream>
|
||
|
using namespace std;
|
||
|
|
||
|
#include "../esm_land_factory.hpp"
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
cout << "under development\n";
|
||
|
return 0;
|
||
|
}
|