X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ftechnique.h;h=48e393fc40f592d35870c8f0a7b5ed3eb84fa688;hp=141fa9c80a2b3f42cbfd2a87c1b218253993bce6;hb=ec7e6f12a85a7dd65e57bf88b80c2d94601dd56f;hpb=5b532dcb2a4a2d15d0b6607374284c979ece36a8 diff --git a/source/technique.h b/source/technique.h index 141fa9c8..48e393fc 100644 --- a/source/technique.h +++ b/source/technique.h @@ -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 &); };