X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Feffects%2Feffect.h;h=eadb4dc845984a3d8e04d83e93d6a819df81bdf0;hb=133ffb2c26dff240dbbda47c09b216951e07f5f5;hp=9bf49c22b812a585200a0c28890932dcadadf093;hpb=5542f100cd82561aae4605dfca5a58b0eec8e2ae;p=libs%2Fgl.git diff --git a/source/effects/effect.h b/source/effects/effect.h index 9bf49c22..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,6 +15,24 @@ the wrapped Renderable's render method, and clean up after itself. */ class Effect: public Renderable { +public: + struct Template + { + class Loader: public DataFile::CollectionObjectLoader