Przeglądaj źródła

Interrogate can do perfectly without those

rdb 16 lat temu
rodzic
commit
cdfc31c4fa
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      panda/src/ode/odeHelperStructs.h

+ 3 - 3
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