historical/toontown-classic.git/panda/include/odeHelperStructs.h

17 lines
233 B
C
Raw Normal View History

2024-01-16 17:20:27 +00:00
#ifndef odeHelperStructs_h
#define odeHelperStructs_h
struct sSurfaceParams
{
dSurfaceParameters colparams;
dReal dampen;
};
struct sBodyParams
{
// int surfaceType;
dReal dampen;
};
#endif