This repository has been archived on 2020-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
museumLoc/main.cpp
2018-01-24 11:26:26 +01:00

10 lines
83 B
C++
Executable File

#include "navMesh/main.h"
int main(int argc, char** argv) {
navMeshMain();
}