Merge pull request #1951 from duckdoom5/patch-1

Added missing extern declaration
This commit is contained in:
erwincoumans
2018-10-29 17:00:35 -07:00
committed by GitHub

View File

@@ -34,6 +34,8 @@ class btCollisionObject;
class btCollisionShape;
extern btShapePairCallback gCompoundCompoundChildShapePairCallback;
/// btCompoundCompoundCollisionAlgorithm supports collision between two btCompoundCollisionShape shapes
class btCompoundCompoundCollisionAlgorithm : public btCompoundCollisionAlgorithm
{