]> 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 01e4a556b0431cc6ace9e9b3a16d70c60b6b3037..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_
 
@@ -38,6 +31,7 @@ public:
        const Color &get_color() const { return color; }
        void bind() const;
 
+       static const TexEnv *current();
        static void unbind();
 };