From cdfc31c4fa2e8bb8a183d1851054969695b0f76d Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 20 Sep 2009 15:18:50 +0000 Subject: [PATCH] Interrogate can do perfectly without those --- panda/src/ode/odeHelperStructs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/panda/src/ode/odeHelperStructs.h b/panda/src/ode/odeHelperStructs.h index 917a3ee643..ebd0490acd 100644 --- a/panda/src/ode/odeHelperStructs.h +++ b/panda/src/ode/odeHelperStructs.h @@ -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