X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fobjectinstance.h;h=7c2cc9a755afca9fe8e8a17981c80ecaf9920c44;hp=906ba2f32785093237c8dbf108e500a655fe3454;hb=99d25b5ef615a23ef63645fea87596b3384b5ede;hpb=d297f58d7de73cb92890540ece9ece5f953ebd8c diff --git a/source/objectinstance.h b/source/objectinstance.h index 906ba2f3..7c2cc9a7 100644 --- a/source/objectinstance.h +++ b/source/objectinstance.h @@ -18,6 +18,16 @@ render all instances of the same object consecutively. */ class ObjectInstance: public PlacedRenderable { +public: + class Loader: public DataFile::ObjectLoader + { + public: + Loader(ObjectInstance &); + + private: + void transform(); + }; + protected: const Object &object;