X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fprogram.h;h=c3c6cc03b42685a87b8aa5330b90798333438f3c;hb=aee198bb90ed8ad6669e045db2ec4ec5f85e90b0;hp=80ddf15ca33e282ff71a17cd79695db4fd324972;hpb=541bf02f18ad27e8c8101e4255586ddbfef40916;p=libs%2Fgl.git diff --git a/source/program.h b/source/program.h index 80ddf15c..c3c6cc03 100644 --- a/source/program.h +++ b/source/program.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GL_PROGRAM_H_ #define MSP_GL_PROGRAM_H_ @@ -50,6 +43,7 @@ public: bool specular; bool normalmap; bool shadow; + bool transform; StandardFeatures();