the relative path #include gives troubles in some cases.
I need to revert all those back (after Steve Bakers changes a while back). All includes should really be relative to the 'src' folder, or wherever the developer copies all the headerfiles.
This commit is contained in:
@@ -21,7 +21,7 @@ class btCollisionObject;
|
||||
class btPersistentManifold;
|
||||
class btManifoldPoint;
|
||||
|
||||
#include "../NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h"
|
||||
#include "BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h"
|
||||
|
||||
#include "../../LinearMath/btTransform.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user