1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 07:45:32 +00:00
openmw-tes3mp/components/terrain/tests/esm_test.cpp

11 lines
138 B
C++
Raw Normal View History

#include <iostream>
using namespace std;
#include "../esm_land_factory.hpp"
int main()
{
cout << "under development\n";
return 0;
}