1
0
forked from 0ad/0ad

Consistently declare CRendererInternals as a struct, not a class.

This was SVN commit r3155.
This commit is contained in:
prefect 2005-11-19 16:37:50 +00:00
parent 5087732fe3
commit 71f1d3ed68

View File

@ -293,7 +293,7 @@ public:
void SetFastPlayerColor(bool fast);
protected:
friend class CRendererInternals;
friend struct CRendererInternals;
friend class CVertexBuffer;
friend class CPatchRData;
friend class FixedFunctionModelRenderer;