X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Feffects%2Feffect.h;h=eadb4dc845984a3d8e04d83e93d6a819df81bdf0;hb=77a534371433054384d213922a2e8c55f8a69ad6;hp=d763f251bd473b7b22e58c2230400805442d2fdd;hpb=5bb193f930fb8738d099d630c4d625d82c1215b5;p=libs%2Fgl.git diff --git a/source/effects/effect.h b/source/effects/effect.h index d763f251..eadb4dc8 100644 --- a/source/effects/effect.h +++ b/source/effects/effect.h @@ -2,6 +2,7 @@ #define MSP_GL_EFFECT_H_ #include +#include #include "renderable.h" namespace Msp { @@ -14,17 +15,35 @@ the wrapped Renderable's render method, and clean up after itself. */ class Effect: public Renderable { +public: + struct Template + { + class Loader: public DataFile::CollectionObjectLoader