]> git.tdb.fi Git - libs/gl.git/blobdiff - source/resources/resources.h
Support loading scenes from Resources
[libs/gl.git] / source / resources / resources.h
index 3036c2f463ef44425d0a4f48939a84fb363aae37..abda5cde7b29f8ee0756536e9acf918510a5333f 100644 (file)
@@ -12,6 +12,7 @@ class Mesh;
 class Module;
 class Program;
 class ResourceManager;
+class Scene;
 class Texture2D;
 
 /**
@@ -45,6 +46,7 @@ public:
 protected:
        Material *create_material(const std::string &);
        Mesh *create_mesh(const std::string &);
+       Scene *create_scene(const std::string &);
        Texture2D *create_texture2d(const std::string &);
        Module *create_module(const std::string &);
        Program *create_program(const std::string &);