]> git.tdb.fi Git - libs/gl.git/blobdiff - source/object.h
Add object-oriented interfaces for the various tests and blending
[libs/gl.git] / source / object.h
index ad856323d732e6356d6708c123f688c1061b66c8..0b53d63c6cb6871a58735668fcfca29418caa87f 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$
 
 This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Copyright © 2007-2008, 2010  Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
 
@@ -9,7 +9,7 @@ Distributed under the LGPL
 #define MSP_GL_OBJECT_H_
 
 #include <vector>
-#include "misc.h"
+#include "bindable.h"
 #include "renderable.h"
 #include "renderpass.h"