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

@@ -40,3 +40,4 @@ struct RAS_CameraData
};
#endif //__RAS_CAMERADATA_H

View File

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

View File

@@ -169,4 +169,6 @@ public:
const char* filename
)=0;
};
#endif //__RAS_ICANVAS

View File

@@ -119,5 +119,5 @@ inline bool operator ==( const RAS_IPolyMaterial & rhs,const RAS_IPolyMaterial
return ( rhs.Equals(lhs));
}
#endif //__RAS_IPOLYGONMATERIAL

View File

@@ -194,3 +194,4 @@ public:
};
#endif //__RAS_IRENDERTOOLS

View File

@@ -61,3 +61,4 @@ struct RAS_LightObject
};
#endif //__RAS_LIGHTOBJECT_H

View File

@@ -122,5 +122,5 @@ public:
const MT_Vector4& rgbavec);
};
#endif //__KX_BUCKET

View File

@@ -228,3 +228,4 @@ public:
};
#endif //__RAS_MESHOBJECT

View File

@@ -39,3 +39,4 @@ struct RAS_ObjectColor {
};
#endif //__RAS_OBJECTCOLOR_H

View File

@@ -35,3 +35,4 @@
bool RAS_SystemSupportsVertexArrays();
#endif //__RAS_CHECKVERTEXARRAYS

View File

@@ -224,3 +224,4 @@ public:
};
#endif //__RAS_OPENGLRASTERIZER

View File

@@ -47,12 +47,12 @@ public:
virtual void SetDrawingMode(int drawingmode);
virtual void IndexPrimitives( const vecVertexArray& vertexarrays,
const vecIndexArrays & indexarrays,
int mode,
class RAS_IPolyMaterial* polymat,
class RAS_IRenderTools* rendertools,
bool useObjectColor,
const MT_Vector4& rgbacolor);
const vecIndexArrays & indexarrays,
int mode,
class RAS_IPolyMaterial* polymat,
class RAS_IRenderTools* rendertools,
bool useObjectColor,
const MT_Vector4& rgbacolor);
virtual void EnableTextures(bool enable);
@@ -60,3 +60,4 @@ public:
};
#endif //__KX_VERTEXARRAYOPENGLRASTERIZER

View File

@@ -89,4 +89,6 @@ public:
RAS_MaterialBucket* GetMaterial();
};
#endif

View File

@@ -95,5 +95,5 @@ public:
}
};
#endif // _RAS_RECT

View File

@@ -43,3 +43,4 @@
void RAS_CalcTexMatrix(RAS_TexVert p[3],MT_Point3& origin,MT_Vector3& udir,MT_Vector3& vdir);
#endif //__RASTEXMATRIX

View File

@@ -96,3 +96,4 @@ public:
};
#endif //__RAS_TEXVERT