X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fvertexbuffer.h;h=815e268288f985f63bdcba1528d9d87843bb6915;hb=a361efc05fcad11b2918f3cd7abdebe794b131d8;hp=22fcdfb11c4311fadc89b4688abbbb2790537f7b;hpb=84bc56b96c21c831104a22e0cbd0f3b72ab5d8c3;p=libs%2Fgl.git diff --git a/source/vertexbuffer.h b/source/vertexbuffer.h index 22fcdfb1..815e2682 100644 --- a/source/vertexbuffer.h +++ b/source/vertexbuffer.h @@ -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;