X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexenv.h;h=55704e580ecb4719712ffccef86ec2b5f69b495d;hb=020811d96d5c823686e5c2b0a392b95d1a321f05;hp=01e4a556b0431cc6ace9e9b3a16d70c60b6b3037;hpb=abc16c5ab0fff0945d724febe9d5d3889fb8a6ce;p=libs%2Fgl.git diff --git a/source/texenv.h b/source/texenv.h index 01e4a556..55704e58 100644 --- a/source/texenv.h +++ b/source/texenv.h @@ -38,6 +38,7 @@ public: const Color &get_color() const { return color; } void bind() const; + static const TexEnv *current(); static void unbind(); };