| 16 | Handle::CollisionShapeHandle collisionShape; |
| 17 | |
| 18 | static void clean(PhysicsObject& s) |
| 19 | { |
| 20 | delete s.rigidBody; |
| 21 | } |
| 22 | }; |
| 23 | |
| 24 | struct CollisionShape : public Handle::HandleTypeDescriptor<Handle::CollisionShapeHandle> |
nothing calls this directly
no outgoing calls
no test coverage detected