X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Forderedscene.h;h=340ecedab3b52c5cd307119ec104b6a5a37436ae;hb=3b159edbe4e80a2bc19c4c2fcd42cb996b9fbfe0;hp=88321ec93dd5d18ff6203a6cd59ac61a38229121;hpb=25c81b4953dd38993250321b9407ce8b0139cbeb;p=libs%2Fgl.git diff --git a/source/orderedscene.h b/source/orderedscene.h index 88321ec9..340eceda 100644 --- a/source/orderedscene.h +++ b/source/orderedscene.h @@ -1,15 +1,8 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2010-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GL_ORDEREDSCENE_H_ #define MSP_GL_ORDEREDSCENE_H_ #include -#include +#include "scene.h" namespace Msp { namespace GL { @@ -32,6 +25,9 @@ public: void insert(unsigned, const Renderable &); void insert_after(const Renderable &, const Renderable &); + virtual void setup_frame() const; + virtual void finish_frame() const; + using Scene::render; virtual void render(Renderer &, const Tag & = Tag()) const; };