X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fscene.h;h=e6de1c23e6becb3a94103a06e7d905832173534e;hb=b8b06a0ff96763ba7e188d9fcacbd8c0e3dcd515;hp=6bfad812e517ecc45216216ed2aa0a37c50e3789;hpb=c6aea1bc1586ffef132e6fffdf99343cb56617db;p=libs%2Fgl.git diff --git a/source/scene.h b/source/scene.h index 6bfad812..e6de1c23 100644 --- a/source/scene.h +++ b/source/scene.h @@ -8,15 +8,20 @@ Distributed under the LGPL #ifndef MSP_GL_SCENE_H_ #define MSP_GL_SCENE_H_ +#include #include #include "renderable.h" namespace Msp { namespace GL { +class Object; +class ObjectInstance; + class Scene: public Renderable { private: + std::map > objects; std::set renderables; public: