X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsimplescene.h;h=be86285bba84b21ea25f98aad1d3f51954a165b1;hb=db498c7e634fa999cf4b4a8b67c49813009b1790;hp=35315926460d0727f3d9471e392e3e05744872fa;hpb=25c81b4953dd38993250321b9407ce8b0139cbeb;p=libs%2Fgl.git diff --git a/source/simplescene.h b/source/simplescene.h index 35315926..be86285b 100644 --- a/source/simplescene.h +++ b/source/simplescene.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2010-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GL_SIMPLESCENE_H_ #define MSP_GL_SIMPLESCENE_H_ @@ -28,6 +21,9 @@ public: virtual void add(const Renderable &); virtual void remove(const Renderable &); + virtual void setup_frame() const; + virtual void finish_frame() const; + using Scene::render; virtual void render(Renderer &, const Tag & = Tag()) const; };