X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Flight.h;h=2375c7c909899b7ac22fc3fc13992d8f3c31307f;hp=5871ec72d2ea65c3ef3d43721387d47bf86d1a64;hb=f14435e58bfa0fa697a06ba9a454bb30cd37d9d8;hpb=41339bc44d076569c680b2c24c75b30ef1254c1b diff --git a/source/light.h b/source/light.h index 5871ec72..2375c7c9 100644 --- a/source/light.h +++ b/source/light.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GL_LIGHT_H_ #define MSP_GL_LIGHT_H_ @@ -59,6 +52,7 @@ public: static void activate(unsigned); static void unbind(); + static void unbind_from(unsigned); }; } // namespace GL