fixed spacing in the headers to get rid of some warnings and some other
little minor spacing issues.
This commit is contained in:
@@ -40,3 +40,4 @@ struct RAS_CameraData
|
||||
};
|
||||
|
||||
#endif //__RAS_CAMERADATA_H
|
||||
|
||||
|
@@ -253,3 +253,4 @@ private :
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -169,4 +169,6 @@ public:
|
||||
const char* filename
|
||||
)=0;
|
||||
};
|
||||
|
||||
#endif //__RAS_ICANVAS
|
||||
|
||||
|
@@ -119,5 +119,5 @@ inline bool operator ==( const RAS_IPolyMaterial & rhs,const RAS_IPolyMaterial
|
||||
return ( rhs.Equals(lhs));
|
||||
}
|
||||
|
||||
|
||||
#endif //__RAS_IPOLYGONMATERIAL
|
||||
|
||||
|
@@ -194,3 +194,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__RAS_IRENDERTOOLS
|
||||
|
||||
|
@@ -61,3 +61,4 @@ struct RAS_LightObject
|
||||
};
|
||||
|
||||
#endif //__RAS_LIGHTOBJECT_H
|
||||
|
||||
|
@@ -122,5 +122,5 @@ public:
|
||||
const MT_Vector4& rgbavec);
|
||||
};
|
||||
|
||||
|
||||
#endif //__KX_BUCKET
|
||||
|
||||
|
@@ -228,3 +228,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__RAS_MESHOBJECT
|
||||
|
||||
|
@@ -39,3 +39,4 @@ struct RAS_ObjectColor {
|
||||
};
|
||||
|
||||
#endif //__RAS_OBJECTCOLOR_H
|
||||
|
||||
|
@@ -35,3 +35,4 @@
|
||||
bool RAS_SystemSupportsVertexArrays();
|
||||
|
||||
#endif //__RAS_CHECKVERTEXARRAYS
|
||||
|
||||
|
@@ -224,3 +224,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__RAS_OPENGLRASTERIZER
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -89,4 +89,6 @@ public:
|
||||
RAS_MaterialBucket* GetMaterial();
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -95,5 +95,5 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
#endif // _RAS_RECT
|
||||
|
||||
|
@@ -43,3 +43,4 @@
|
||||
void RAS_CalcTexMatrix(RAS_TexVert p[3],MT_Point3& origin,MT_Vector3& udir,MT_Vector3& vdir);
|
||||
|
||||
#endif //__RASTEXMATRIX
|
||||
|
||||
|
@@ -96,3 +96,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__RAS_TEXVERT
|
||||
|
||||
|
Reference in New Issue
Block a user