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

@@ -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