minor changes to floorplan

fixed some compile issues
worked on nav-meshes
added some tests
This commit is contained in:
2018-01-16 12:41:05 +01:00
parent fee6cd3496
commit 55061ef0da
24 changed files with 1288 additions and 205 deletions

View File

@@ -4,6 +4,7 @@
#include <cmath>
#include "../Assertions.h"
#include "Point2.h"
#include "../math/speed.h"
#define PI ((float) M_PI)