]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/scene.h
Support nested scenes in datafiles
[libs/gl.git] / source / render / scene.h
index 305bf62aefd5a2ed3fb4748bf9258772643eb52b..33678b7998900fac18f25cb113f181f5d654e9f3 100644 (file)
@@ -35,6 +35,7 @@ protected:
 
                void object(const std::string &);
                void object_tagged(const std::string &, const std::string &);
+               void scene(const std::string &);
        };
 
 public: