]> git.tdb.fi Git - libs/gl.git/blobdiff - source/scene.h
Add a rendering supervisor class
[libs/gl.git] / source / scene.h
index 92a4a171eb18828e9e6c634f39a7a374edecdac9..3b35f45b5558702a0d7f33019456ab444e5b5be1 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$
 
 This file is part of libmspgl
-Copyright © 2010  Mikko Rasa, Mikkosoft Productions
+Copyright © 2010-2011  Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
 
@@ -27,6 +27,9 @@ public:
 
        virtual void add(const Renderable &) = 0;
        virtual void remove(const Renderable &) = 0;
+
+       using Renderable::render;
+       virtual void render(const Tag & = Tag()) const;
 };
 
 } // namespace GL