Fix build issue

This commit is contained in:
rdb 2009-09-20 15:38:42 +00:00
parent cdfc31c4fa
commit 1f850ccb9e

View File

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