| 38 | } |
| 39 | |
| 40 | CPhysicsJoint* P_create_Joint(CPhysicsJoint::enumType type, CPhysicsElement* first, CPhysicsElement* second) |
| 41 | { |
| 42 | CPhysicsJoint* joint = xr_new<CPHJoint>(type, first, second); |
| 43 | return joint; |
| 44 | } |
| 45 | |
| 46 | CPhysicsShell* P_build_Shell(CGameObject* obj, bool not_active_state, BONE_P_MAP* bone_map, bool not_set_bone_callbacks) |
| 47 | { |
no outgoing calls
no test coverage detected