farmlands/src/Main.cpp

8 lines
101 B
C++

#include "FarmlandsGame.h"
using namespace farmlands;
int main()
{
return FarmlandsGame().run();
}