]> git.tdb.fi Git - libs/gl.git/blobdiff - source/primitivebuilder.h
Add getter for animation duration
[libs/gl.git] / source / primitivebuilder.h
index b8b90f44f081391e08f1378cd8517cf800a7231c..0ffd170cd3e82659cef26528b0bfaf341f2d634e 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2008, 2010-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_PRIMITIVEBUILDER_H_
 #define MSP_GL_PRIMITIVEBUILDER_H_
 
@@ -41,9 +34,9 @@ public:
        PrimitiveType get_type() const;
 protected:
        virtual void vertex_(const Vector4 &);
-       virtual void begin_() =0;
-       virtual void end_() =0;
-       virtual void element_(unsigned) =0;
+       virtual void begin_() = 0;
+       virtual void end_() = 0;
+       virtual void element_(unsigned) = 0;
 };
 
 } // namespace GL