X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fscene.h;fp=source%2Fscene.h;h=3b35f45b5558702a0d7f33019456ab444e5b5be1;hb=25c81b4953dd38993250321b9407ce8b0139cbeb;hp=92a4a171eb18828e9e6c634f39a7a374edecdac9;hpb=d51a234320449909eb34c802faa1f0c516ef70a0;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