X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fvertexarraybuilder.h;h=04cd5a27e7aeafb059b49717f9c43e1f60c3ee06;hb=f1cbab0dca940fd5db6d459f9e91661efe3d6052;hp=0065c536b8aa52b297d9111d821e26d77fe74d63;hpb=16f6f15328b3a6eec87b1b5e5822368966d44a38;p=libs%2Fgl.git diff --git a/source/vertexarraybuilder.h b/source/vertexarraybuilder.h index 0065c536..04cd5a27 100644 --- a/source/vertexarraybuilder.h +++ b/source/vertexarraybuilder.h @@ -1,7 +1,7 @@ /* $Id$ This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions +Copyright © 2007-2008, 2010 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ @@ -19,15 +19,15 @@ class VertexArray; class VertexArrayBuilder: public VertexBuilder { -public: - VertexArrayBuilder(VertexArray &); - ~VertexArrayBuilder(); - private: VertexArray &array; VertexArrayBuilder(const VertexArrayBuilder &); - virtual void vertex_(float, float, float, float); +public: + VertexArrayBuilder(VertexArray &); + +private: + virtual void vertex_(const Vector4 &); }; } // namespace GL