]> git.tdb.fi Git - libs/gl.git/blobdiff - source/vertexbuffer.h
Use DevIL for loading images
[libs/gl.git] / source / vertexbuffer.h
index 22fcdfb11c4311fadc89b4688abbbb2790537f7b..815e268288f985f63bdcba1528d9d87843bb6915 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspgl
+Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #ifndef MSP_GL_VERTEXBUFFER_H_
 #define MSP_GL_VERTEXBUFFER_H_
 
@@ -14,7 +21,7 @@ public:
        void data(sizei, void *);
        ~VertexBuffer();
 
-       static void unbind() { bound=0; }
+       static void unbind();
 private:
        uint id;