Fixes Issue 497 //license header #ifndef BT_RIGIDBODY_H #define BT_RIGIDBODY_H class btRigidBody { }; #endif //BT_RIGIDBODY_H
move vectormath to src folder, and add a vmInclude.h that contains the logic in a single location. If you still need a system-wide vectormath, make sure to define USE_SYSTEM_VECTORMATH (in build system)
Still needs some cross-platform fixes