bullet: properly expose bullet_contact_added_callback symbol

Fixes #571 (alongside 92993fe8891257aed9d12967bd0fff0af03adfc4)
This commit is contained in:
rdb 2019-03-03 21:14:18 +01:00
parent 92993fe889
commit 155b1c38ad

View File

@ -43,7 +43,7 @@ class BulletPersistentManifold;
class BulletShape; class BulletShape;
class BulletSoftBodyWorldInfo; class BulletSoftBodyWorldInfo;
extern PT(CallbackObject) bullet_contact_added_callback; extern EXPCL_PANDABULLET PT(CallbackObject) bullet_contact_added_callback;
/** /**
* *