X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Feffect.h;h=f5c740ff5eb0d328a0125b8cb251cab4d4fe43af;hb=cc5e2fb2a0fbb48a9780c9a7c363d1712e459740;hp=eb207745a847ae0cdf59b4609206d79a374597be;hpb=936a307eaf8dafd0874c74d211e991bd81a74387;p=libs%2Fgl.git diff --git a/source/effect.h b/source/effect.h index eb207745..f5c740ff 100644 --- a/source/effect.h +++ b/source/effect.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GL_EFFECT_H_ #define MSP_GL_EFFECT_H_ @@ -16,8 +9,8 @@ class Effect public: virtual ~Effect() { } - virtual void prepare() =0; - virtual void cleanup() =0; + virtual void prepare() = 0; + virtual void cleanup() = 0; }; } // namespace GL