open_toontown_panda3d/panda/src/ode/odeHelperStructs.h

17 lines
240 B
C

#ifndef odeHelperStructs_h
#define odeHelperStructs_h
struct sSurfaceParams
{
dSurfaceParameters colparams;
dReal dampen;
};
struct sBodyParams
{
// int surfaceType;
dReal dampen;
};
#endif