X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fmaterials%2Ftechnique.h;h=a7999c0cf67652a140a219c24258e2a3e210ee39;hp=47a307c9af318b111ef2266b93fc9442ece058e1;hb=3ac3a51c623271da815c8ee60c484445871753bf;hpb=885b8ad08cfcefba4b95ec9028fa1e25df2fe171;ds=sidebyside diff --git a/source/materials/technique.h b/source/materials/technique.h index 47a307c9..a7999c0c 100644 --- a/source/materials/technique.h +++ b/source/materials/technique.h @@ -19,15 +19,20 @@ public: class Loader: public Msp::DataFile::CollectionObjectLoader { private: + std::string inline_base_name; + static ActionMap shared_actions; public: Loader(Technique &); Loader(Technique &, Collection &); - private: virtual void init_actions(); + public: + void set_inline_base_name(const std::string &); + + private: void inherit(const std::string &); void pass(const std::string &); };