| 272 | // misc |
| 273 | |
| 274 | dxGeom *dGeomGetBodyNext (dxGeom *geom) |
| 275 | { |
| 276 | return geom->body_next; |
| 277 | } |
| 278 | |
| 279 | //**************************************************************************** |
| 280 | // public API for geometry objects |
no outgoing calls
no test coverage detected