X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fpart.h;fp=source%2Fpart.h;h=1e79165fd4f02af21af122262de1ac7929cd411a;hp=10eef5ff2ac329e4214ab33c48092d97fb8690ee;hb=b59fab7e533ef96d72c92b224d4f24718bc6b0a1;hpb=103ceeace366c6d80fce323438b31b9bbc167915 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; }