]> git.tdb.fi Git - libs/gl.git/blobdiff - source/scene.h
Drop Id tags and copyright notices from files
[libs/gl.git] / source / scene.h
index 92a4a171eb18828e9e6c634f39a7a374edecdac9..19048eb305a9f2ca8e8a21eca741f4671ebf813e 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_SCENE_H_
 #define MSP_GL_SCENE_H_
 
@@ -27,6 +20,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