]> git.tdb.fi Git - libs/gl.git/blobdiff - source/cylinder.h
Get all blocks for the program before applying them
[libs/gl.git] / source / cylinder.h
index c671bfee14e1a4e87220f6cf52749b900d4b4e60..ffc3cc2125d094f28332195104a9d40365aeb29c 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef CYLINDER_H_
 #define CYLINDER_H_
 
@@ -23,6 +16,7 @@ private:
 public:
        CylinderBuilder(float, float, unsigned = 16);
 
+       using GeometryBuilder::build;
        virtual void build(PrimitiveBuilder &) const;
 };