]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texenv.h
Drop Id tags and copyright notices from files
[libs/gl.git] / source / texenv.h
index b5fee448d64e5cce152ca4eaa3566e3d4f0c9370..5ed05d6c7e0d24343e6fe9dbeba3675613208ead 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007-2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_TEXENV_H_
 #define MSP_GL_TEXENV_H_
 
@@ -36,8 +29,9 @@ public:
        void set_color(const Color &);
        TexEnvMode get_mode() const { return mode; }
        const Color &get_color() const { return color; }
-       void bind();
+       void bind() const;
 
+       static const TexEnv *current();
        static void unbind();
 };