added missing global callback reference

This commit is contained in:
erwin.coumans
2009-09-24 16:39:10 +00:00
parent da4a1b14b5
commit a482ebb7ab

View File

@@ -30,6 +30,7 @@ extern btScalar gContactBreakingThreshold;
typedef bool (*ContactDestroyedCallback)(void* userPersistentData); typedef bool (*ContactDestroyedCallback)(void* userPersistentData);
typedef bool (*ContactProcessedCallback)(btManifoldPoint& cp,void* body0,void* body1); typedef bool (*ContactProcessedCallback)(btManifoldPoint& cp,void* body0,void* body1);
extern ContactDestroyedCallback gContactDestroyedCallback; extern ContactDestroyedCallback gContactDestroyedCallback;
extern ContactProcessedCallback gContactProcessedCallback;
enum btContactManifoldTypes enum btContactManifoldTypes