]> git.tdb.fi Git - libs/gl.git/blobdiff - source/effect.h
Restructure ProgramData to support sharing between Programs
[libs/gl.git] / source / effect.h
index eb207745a847ae0cdf59b4609206d79a374597be..f5c740ff5eb0d328a0125b8cb251cab4d4fe43af 100644 (file)
@@ -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