X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Feffects%2Feffect.h;fp=source%2Feffects%2Feffect.h;h=d763f251bd473b7b22e58c2230400805442d2fdd;hb=5bb193f930fb8738d099d630c4d625d82c1215b5;hp=a4f108fbcf9f739bcca08fc55b520fe0d5fab202;hpb=cd15da52eac6471f860f4232161c451530dc9bd4;p=libs%2Fgl.git diff --git a/source/effects/effect.h b/source/effects/effect.h index a4f108fb..d763f251 100644 --- a/source/effects/effect.h +++ b/source/effects/effect.h @@ -2,14 +2,11 @@ #define MSP_GL_EFFECT_H_ #include -#include #include "renderable.h" namespace Msp { namespace GL { -class Sampler; - /** Effects are used to wrap other renderables and give them additional visual properties. An Effect's render method should set up the necessary state, call