moved files around
This commit is contained in:
10
Extras/BulletOdeCollide/BulletOdeTransformConvert.h
Normal file
10
Extras/BulletOdeCollide/BulletOdeTransformConvert.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef BULLET_ODE_TRANSFORM_CONVERT_H
|
||||
#define BULLET_ODE_TRANSFORM_CONVERT_H
|
||||
|
||||
#include "SimdTransform.h"
|
||||
#include <ode/common.h>
|
||||
|
||||
SimdTransform GetTransformFromGeom(dGeomID geom);
|
||||
SimdTransform GetTransformFromBody(dBodyID body);
|
||||
|
||||
#endif //BULLET_ODE_TRANSFORM_CONVERT_H
|
||||
Reference in New Issue
Block a user