X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmaterials%2Ftechnique.h;fp=source%2Fmaterials%2Ftechnique.h;h=8e4adf4f1ebaad993e2fd0efbd1d6806b38599e3;hb=9549f3401a70ca0359324a3e56e1e334981e5516;hp=c3b5245357180a8e1993fb63a831efbc60db72c0;hpb=4ae2ffa3057af9524a84ba322c0db32d6fcae8f2;p=libs%2Fgl.git diff --git a/source/materials/technique.h b/source/materials/technique.h index c3b52453..8e4adf4f 100644 --- a/source/materials/technique.h +++ b/source/materials/technique.h @@ -18,12 +18,16 @@ class Technique public: class Loader: public Msp::DataFile::CollectionObjectLoader { + private: + static ActionMap shared_actions; + public: Loader(Technique &); Loader(Technique &, Collection &); private: - void init(); + virtual void init_actions(); + void inherit(const std::string &); void pass(const std::string &); };