Added extern declaration

The extern declaration  was missing from this file.
This commit is contained in:
Jelle
2018-10-24 17:20:25 +02:00
committed by GitHub
parent 9c1db5fb34
commit f9ff09a6b5

View File

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