fixed spacing in the headers to get rid of some warnings and some other
little minor spacing issues.
This commit is contained in:
@@ -13,3 +13,4 @@ struct SM_ClientObjectInfo
|
||||
};
|
||||
|
||||
#endif //__SM_CLIENTOBJECT_INFO_H
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -34,3 +34,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -278,3 +278,4 @@ private:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -58,3 +58,4 @@ struct SM_MaterialProps {
|
||||
};
|
||||
|
||||
#endif //SM_PROPSH
|
||||
|
||||
|
@@ -127,3 +127,4 @@ private:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -168,4 +168,3 @@ private:
|
||||
|
||||
#endif //__SUMO_PHYSICSCONTROLLER_H
|
||||
|
||||
|
||||
|
@@ -84,5 +84,3 @@ private:
|
||||
|
||||
#endif //_SUMOPhysicsEnvironment
|
||||
|
||||
|
||||
|
||||
|
@@ -193,3 +193,4 @@ extern int DT_ObjectRayTest(DT_ObjectHandle object,
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -36,3 +36,4 @@ extern void BP_SetBBox(BP_ProxyHandle proxy,
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -12,3 +12,4 @@ typedef DT_Scalar DT_Vector3[3];
|
||||
typedef DT_Scalar DT_Quaternion[4];
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user