X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpart.h;h=1e79165fd4f02af21af122262de1ac7929cd411a;hb=b59fab7e533ef96d72c92b224d4f24718bc6b0a1;hp=35b8f7d52d820333f74d9f44a0aa23e26dfd313c;hpb=9f38197854e699a6093a906ab43f4238f3cd2388;p=libs%2Fgltk.git diff --git a/source/part.h b/source/part.h index 35b8f7d..1e79165 100644 --- a/source/part.h +++ b/source/part.h @@ -24,8 +24,10 @@ public: { public: Loader(Part &, Resources &); - ~Loader(); + private: + void finish() override; + void graphic_normal(const std::string &); void graphic(State, const std::string &); void align(float, float); @@ -43,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; }