| 32 | } |
| 33 | |
| 34 | CPhysicsShell* P_create_splited_Shell() |
| 35 | { |
| 36 | CPhysicsShell* shell = xr_new<CPHSplitedShell>(); |
| 37 | return shell; |
| 38 | } |
| 39 | |
| 40 | CPhysicsJoint* P_create_Joint(CPhysicsJoint::enumType type, CPhysicsElement* first, CPhysicsElement* second) |
| 41 | { |