]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/scene.h
Support inline scenes within other scenes
[libs/gl.git] / source / render / scene.h
index 96ecee97ef559f7f15ff6b4595b7c92046ae25ba..f89f10daf26691412de2f950925b11b524d9c783 100644 (file)
@@ -37,6 +37,7 @@ protected:
                void object(const std::string &);
                void object_tagged(const std::string &, const std::string &);
                void scene(const std::string &);
+               void scene_inline();
        };
 
 public: