X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fmeshbuilder.h;h=0755eeb20ba6096d1bf524279194eb7d97940a3b;hp=6118c6869f4fd0f6dd1d95149088380527007046;hb=56beca9d8b4f7b4edac81411d31e24df88e84ac3;hpb=df6f8f1f26b1f230dcb1d626d278c43fd48d468d diff --git a/source/meshbuilder.h b/source/meshbuilder.h index 6118c686..0755eeb2 100644 --- a/source/meshbuilder.h +++ b/source/meshbuilder.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2008, 2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GL_MESHBUILDER_H_ #define MSP_GL_MESHBUILDER_H_ @@ -19,7 +12,7 @@ class Mesh; class MeshBuilder: public PrimitiveBuilder { private: - Mesh &mesh; + Mesh &mesh; Batch *batch; public: