aboutsummaryrefslogtreecommitdiff
path: root/src/shared/phys/physcommon.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/phys/physcommon.hpp')
-rw-r--r--src/shared/phys/physcommon.hpp4
1 files changed, 3 insertions, 1 deletions
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 <BulletDynamics/Character/btKinematicCharacterController.h>
#include <BulletCollision/CollisionDispatch/btGhostObject.h>
-void gameloop_phys(void(*f)(btRigidBody*));
+void gameloop_phys(void(*f)(btCollisionObject *));
void phys_genesis();
void phys_shutdown();
+extern btDiscreteDynamicsWorld* World;
#endif