X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fvertexbuffer.cpp;h=c10dec40cc68cb551d538297f9ec115d5bb5b857;hb=f098a871fc6dc7b61a5aca5581fa327e4124c036;hp=4385c2f10b0ae18f0253ffe0883ca68a111b9ce6;hpb=84bc56b96c21c831104a22e0cbd0f3b72ab5d8c3;p=libs%2Fgl.git diff --git a/source/vertexbuffer.cpp b/source/vertexbuffer.cpp index 4385c2f1..c10dec40 100644 --- a/source/vertexbuffer.cpp +++ b/source/vertexbuffer.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of libmspgl +Copyright © 2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #define GL_GLEXT_PROTOTYPES #include //XXX gl.h seems to include glext.h, but can I rely on this?