Interrogate can do perfectly without those

This commit is contained in:
rdb 2009-09-20 15:18:50 +00:00
parent b6de452a12
commit cdfc31c4fa
1 changed files with 3 additions and 3 deletions

View File

@ -1,18 +1,18 @@
#ifndef odeHelperStructs_h
#define odeHelperStructs_h
#ifndef CPPPARSER
struct sSurfaceParams
{
dSurfaceParameters colparams;
dReal dampen;
};
struct sBodyParams
{
// int surfaceType;
dReal dampen;
};
#endif
#endif