moved files around

This commit is contained in:
ejcoumans
2006-05-25 19:18:29 +00:00
commit e061ec1ebf
1024 changed files with 349445 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#ifndef GEOM_TO_SHAPE_H
#define GEOM_TO_SHAPE_H
class CollisionShape;
//need internals to handle dGeomID
#include <../ode/src/collision_kernel.h>
CollisionShape* CreateShapeFromGeom(dGeomID geom);
#endif //