X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexenv.h;h=5ed05d6c7e0d24343e6fe9dbeba3675613208ead;hb=ae9abd6be3e556d0a202cc5ab05668da715382c9;hp=b5fee448d64e5cce152ca4eaa3566e3d4f0c9370;hpb=50e504e2171295d5922ddf87b358e0024db3ce40;p=libs%2Fgl.git diff --git a/source/texenv.h b/source/texenv.h index b5fee448..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_ @@ -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(); };