17 lines
233 B
C
17 lines
233 B
C
|
#ifndef odeHelperStructs_h
|
||
|
#define odeHelperStructs_h
|
||
|
|
||
|
struct sSurfaceParams
|
||
|
{
|
||
|
dSurfaceParameters colparams;
|
||
|
dReal dampen;
|
||
|
};
|
||
|
|
||
|
struct sBodyParams
|
||
|
{
|
||
|
// int surfaceType;
|
||
|
dReal dampen;
|
||
|
};
|
||
|
|
||
|
#endif
|