]> git.tdb.fi Git - libs/gl.git/blobdiff - source/builders/vertexarraybuilder.h
Some more cleanup of includes and forward declarations
[libs/gl.git] / source / builders / vertexarraybuilder.h
index 575a47535e9a22ecc5bf5bad91e5343a836790d3..523359609a2153614c07e68497f8fca47e29cacb 100644 (file)
@@ -21,6 +21,9 @@ public:
 
 private:
        virtual void vertex_(const Vector4 &);
+
+       template<typename T>
+       void store_attribute(char *, const Vector4 &, bool, unsigned);
 };
 
 } // namespace GL