blob: dd5fe1490a7b627d518e1af50be8fd1fbdd327fb (
plain)
1
2
3
4
5
6
7
|
#ifndef _shared_physcommon_
#include <BulletDynamics/Character/btKinematicCharacterController.h>
#include <BulletCollision/CollisionDispatch/btGhostObject.h>
void gameloop_phys(void(*f)(btRigidBody*));
void phys_genesis();
void phys_shutdown();
#endif
|