fixed spacing in the headers to get rid of some warnings and some other

little minor spacing issues.
This commit is contained in:
2002-10-30 02:07:20 +00:00
parent f6c7a89357
commit 01bff70383
699 changed files with 778 additions and 428 deletions

View File

@@ -146,5 +146,3 @@ private:
#endif //__ODE_PHYSICSCONTROLLER_H

View File

@@ -68,6 +68,3 @@ private:
#endif //_ODEPHYSICSENVIRONMENT

View File

@@ -66,5 +66,3 @@ public:
#endif //_DUMMYPHYSICSENVIRONMENT

View File

@@ -13,3 +13,4 @@ struct SM_ClientObjectInfo
};
#endif //__SM_CLIENTOBJECT_INFO_H

View File

@@ -18,9 +18,9 @@ public:
SM_Object *getClientObject() const { return m_client_object; }
static void ray_hit(void *client_data,
void *object1,
void *object2,
const DT_CollData *coll_data);
void *object1,
void *object2,
const DT_CollData *coll_data);
private:
MT_Vector3 m_ray;
@@ -30,7 +30,3 @@ private:
#endif

View File

@@ -34,3 +34,4 @@ protected:
};
#endif

View File

@@ -278,3 +278,4 @@ private:
};
#endif

View File

@@ -58,3 +58,4 @@ struct SM_MaterialProps {
};
#endif //SM_PROPSH

View File

@@ -127,3 +127,4 @@ private:
};
#endif

View File

@@ -168,4 +168,3 @@ private:
#endif //__SUMO_PHYSICSCONTROLLER_H

View File

@@ -84,5 +84,3 @@ private:
#endif //_SUMOPhysicsEnvironment

View File

@@ -193,3 +193,4 @@ extern int DT_ObjectRayTest(DT_ObjectHandle object,
#endif
#endif

View File

@@ -36,3 +36,4 @@ extern void BP_SetBBox(BP_ProxyHandle proxy,
#endif
#endif

View File

@@ -12,3 +12,4 @@ typedef DT_Scalar DT_Vector3[3];
typedef DT_Scalar DT_Quaternion[4];
#endif

View File

@@ -66,3 +66,4 @@ typedef enum PHY_ConstraintType {
typedef float PHY_Vector3[3];
#endif //__PHY_DYNAMIC_TYPES

View File

@@ -55,3 +55,4 @@ class PHY_IMotionState
};
#endif //PHY__MOTIONSTATE_H

View File

@@ -87,3 +87,4 @@ class PHY_IPhysicsController
};
#endif //PHY_IPHYSICSCONTROLLER_H

View File

@@ -58,3 +58,4 @@ class PHY_IPhysicsEnvironment
};
#endif //_IPHYSICSENVIRONMENT

View File

@@ -58,3 +58,4 @@ struct PHY_MaterialProps {
};
#endif //PHY_PROPSH