]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/scene.h
Add a loader to InstanceArray and make them loadable in scenes
[libs/gl.git] / source / render / scene.h
index 6f4f48d675e6bce3db2850ca24eb78466157769e..512b020b8e3b29d5b930baff4c7bc29cc58cfb5d 100644 (file)
@@ -40,6 +40,7 @@ protected:
        private:
                Loader(Scene &, Collection &, ContentMap *);
 
+               void array(const std::string &);
                void object(const std::string &);
                void object_tagged(const std::string &, const std::string &);
                void scene(const std::string &);