X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexenv.h;h=5ed05d6c7e0d24343e6fe9dbeba3675613208ead;hb=ae9abd6be3e556d0a202cc5ab05668da715382c9;hp=01e4a556b0431cc6ace9e9b3a16d70c60b6b3037;hpb=abc16c5ab0fff0945d724febe9d5d3889fb8a6ce;p=libs%2Fgl.git diff --git a/source/texenv.h b/source/texenv.h index 01e4a556..5ed05d6c 100644 --- a/source/texenv.h +++ b/source/texenv.h @@ -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(); };