From 3d60e1432ec43ade4aa61b5a70dd6b8975417e9f Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 24 Apr 2019 21:16:08 -0400 Subject: updates --- src/shared/phys/physcommon.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/shared/phys/physcommon.hpp') diff --git a/src/shared/phys/physcommon.hpp b/src/shared/phys/physcommon.hpp index dd5fe14..559683f 100644 --- a/src/shared/phys/physcommon.hpp +++ b/src/shared/phys/physcommon.hpp @@ -1,7 +1,9 @@ #ifndef _shared_physcommon_ +#define _shared_physcommon_ #include #include -void gameloop_phys(void(*f)(btRigidBody*)); +void gameloop_phys(void(*f)(btCollisionObject *)); void phys_genesis(); void phys_shutdown(); +extern btDiscreteDynamicsWorld* World; #endif -- cgit v1.2.3-70-g09d2