X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Feffects%2Feffect.h;h=eadb4dc845984a3d8e04d83e93d6a819df81bdf0;hp=9bf49c22b812a585200a0c28890932dcadadf093;hb=083a8227715fa32c841fc2b8126e4ab8d2840ba0;hpb=54fdd850d1e657bc357d859a532497905ded741a 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