X-Git-Url: http://git.mutantstargoat.com?p=demo;a=blobdiff_plain;f=src%2Fscene.h;h=982cc76383a920b3f5846614a021cc8fcb8233f8;hp=483cdd8ca615ec95c435248461cf19063b4b0b99;hb=63d7f3b0e70ab5e3d530c579b1881967c96b0b92;hpb=d03d86eb8489e7ab4c5460cea5ee265b0c1ee487 diff --git a/src/scene.h b/src/scene.h index 483cdd8..982cc76 100644 --- a/src/scene.h +++ b/src/scene.h @@ -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