]> git.tdb.fi Git - libs/gl.git/blobdiff - source/meshbuilder.h
Add datafile statement which was apparently forgotten
[libs/gl.git] / source / meshbuilder.h
index 6118c6869f4fd0f6dd1d95149088380527007046..afc1450b0b490ee66e9a1ee7f369d19db7c4d390 100644 (file)
@@ -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,13 +12,14 @@ class Mesh;
 class MeshBuilder: public PrimitiveBuilder
 {
 private:
-       Mesh  &mesh;
+       Mesh &mesh;
        Batch *batch;
 
 public:
        MeshBuilder(Mesh &);
        void auto_offset();
 private:
+       virtual void vertex_(const Vector4 &);
        virtual void begin_();
        virtual void end_();
        virtual void element_(unsigned);