]> git.tdb.fi Git - libs/gl.git/blobdiff - source/technique.h
Allow materials to be overridden when inheriting a technique
[libs/gl.git] / source / technique.h
index 141fa9c80a2b3f42cbfd2a87c1b218253993bce6..48e393fc40f592d35870c8f0a7b5ed3eb84fa688 100644 (file)
@@ -35,6 +35,7 @@ private:
                InheritLoader(Technique &, Collection &);
 
        private:
+               void material(const std::string &, const std::string &);
                void texture(const std::string &, const std::string &);
        };