fix #include path and compile error

This commit is contained in:
Erwin Coumans (Google)
2014-07-30 08:27:17 -07:00
parent a817b0bb24
commit e1abb8ba89

View File

@@ -3,10 +3,10 @@
#include "LinearMath/btVector3.h"
#include "BulletDemoInterface.h"
#include "../../AllBullet2Demos/BulletDemoInterface.h"
#include "OpenGLWindow/b3gWindowInterface.h"
#include "../../Demos/CommonPhysicsSetup.h"
#include "../../../Demos/CommonPhysicsSetup.h"
class Bullet2RigidBodyDemo : public BulletDemoInterface