X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpart.h;h=1e79165fd4f02af21af122262de1ac7929cd411a;hb=90d5f5f2ebaeb8aaa4aa47a0c2207f96758cba8c;hp=10eef5ff2ac329e4214ab33c48092d97fb8690ee;hpb=103ceeace366c6d80fce323438b31b9bbc167915;p=libs%2Fgltk.git diff --git a/source/part.h b/source/part.h index 10eef5f..1e79165 100644 --- a/source/part.h +++ b/source/part.h @@ -24,6 +24,7 @@ public: { public: Loader(Part &, Resources &); + private: void finish() override; @@ -44,6 +45,7 @@ private: public: Part(const std::string &); + const std::string &get_name() const { return name; } const Graphic *get_graphic(State) const; const Geometry &get_geometry() const { return geom; }