added walky
This commit is contained in:
18
walky/main.cpp
Normal file
18
walky/main.cpp
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
#include <unistd.h>
|
||||
#include <string>
|
||||
|
||||
|
||||
#include "file.h"
|
||||
|
||||
//#include "ParticleWalk.h"
|
||||
#include "ParticleWalkNavMesh.h"
|
||||
|
||||
int main(void) {
|
||||
|
||||
// let gnuplot write outputs to here
|
||||
chdir("/tmp/gp");
|
||||
|
||||
ParticleWalkNavMesh walk; walk.run();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user