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