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

9 lines
82 B
C++
Executable File

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