]> git.tdb.fi Git - libs/gl.git/blobdiff - source/meshbuilder.h
Remove the deprecated ProgramBuilder class
[libs/gl.git] / source / meshbuilder.h
index 6118c6869f4fd0f6dd1d95149088380527007046..5f4a9dc83ec1cceae9410468051caa86c6a36770 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,11 +12,13 @@ class Mesh;
 class MeshBuilder: public PrimitiveBuilder
 {
 private:
-       Mesh  &mesh;
+       Mesh &mesh;
        Batch *batch;
 
 public:
        MeshBuilder(Mesh &);
+       ~MeshBuilder();
+
        void auto_offset();
 private:
        virtual void begin_();