quick backup
[demo] / src / scene.h
index 483cdd8..982cc76 100644 (file)
@@ -27,9 +27,9 @@ public:
        ~Scene();
 
        bool load(const char *fname);
-       //TODO
-       // Texture *find_texture(const char *name);
-       // Material *find_material(const char *name);
-       // Mesh *find_mesh(const char *name);
+
+       Mesh *find_mesh(const char *name);
+       Material *find_material(const char *name);
+       Texture *find_texture(const char *name);
 };
 #endif // SCENE_H_
\ No newline at end of file