Add missing forward declaration.

Thanks to SkewMatrix.
Fixes Issue 582.
This commit is contained in:
erwin.coumans
2012-01-23 21:43:01 +00:00
parent f754952232
commit ff4fa560f0

View File

@@ -25,6 +25,7 @@ subject to the following restrictions:
class btCollisionShape;
class btConvexShape;
class btRigidBody;
class btCollisionWorld;
class btCollisionDispatcher;