X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fprogrambuilder.h;h=a6eb3fde8522dc097b19032c972cab399c078685;hb=b5837545cf04e6f6313ef6874fa8fa000c0cda61;hp=82a954b58b481faf4809cac719baa3aa1c48079a;hpb=83bfb4bc26cf20cada1fcda47064b75d8e49fa08;p=libs%2Fgl.git diff --git a/source/programbuilder.h b/source/programbuilder.h index 82a954b5..a6eb3fde 100644 --- a/source/programbuilder.h +++ b/source/programbuilder.h @@ -30,6 +30,7 @@ public: bool shadow; bool reflection; bool transform; + bool colorify; StandardFeatures();