]> git.tdb.fi Git - libs/gl.git/blobdiff - source/resources/resources.h
Add keywords for light and material to Resources::Loader
[libs/gl.git] / source / resources / resources.h
index 0633f3c74c802e51c2c4d163dd5d30d382a7e378..f830faaa510ff722a7dfc485195b015217efef48 100644 (file)
@@ -28,7 +28,8 @@ public:
                Loader(Resources &);
 
        private:
-               void scene(const std::string &);
+               template<typename T>
+               void generic(const std::string &);
        };
 
 private: