Merge pull request #1951 from duckdoom5/patch-1
Added missing extern declaration
This commit is contained in:
@@ -34,6 +34,8 @@ class btCollisionObject;
|
|||||||
|
|
||||||
class btCollisionShape;
|
class btCollisionShape;
|
||||||
|
|
||||||
|
extern btShapePairCallback gCompoundCompoundChildShapePairCallback;
|
||||||
|
|
||||||
/// btCompoundCompoundCollisionAlgorithm supports collision between two btCompoundCollisionShape shapes
|
/// btCompoundCompoundCollisionAlgorithm supports collision between two btCompoundCollisionShape shapes
|
||||||
class btCompoundCompoundCollisionAlgorithm : public btCompoundCollisionAlgorithm
|
class btCompoundCompoundCollisionAlgorithm : public btCompoundCollisionAlgorithm
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user