historical/toontown-classic.git/panda/include/odeHelperStructs.h
2024-01-16 11:20:27 -06:00

16 lines
233 B
C

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