X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fscene.h;h=19048eb305a9f2ca8e8a21eca741f4671ebf813e;hb=a64e2e362cd7bce6f103f8878d69fcca4261bac9;hp=92a4a171eb18828e9e6c634f39a7a374edecdac9;hpb=9addd3d476245415244e59333a36a8fc0eae42bf;p=libs%2Fgl.git diff --git a/source/scene.h b/source/scene.h index 92a4a171..19048eb3 100644 --- a/source/scene.h +++ b/source/scene.h @@ -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