linux fixes, bugfixes, comments

This commit is contained in:
Irlan Robson
2016-12-21 19:15:43 -02:00
parent 1672673839
commit 81f744b805
149 changed files with 2371 additions and 3413 deletions

View File

@ -19,7 +19,7 @@
#ifndef QHULL_H
#define QHULL_H
#include <bounce\quickhull\qh_hull.h>
#include <bounce/quickhull/qh_hull.h>
extern DebugDraw* g_debugDraw;
extern Camera g_camera;
@ -48,7 +48,7 @@ struct Map
return pair;
}
}
return nullptr;
return NULL;
}
b3StackArray<Pair, 256> m_pairs;