X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fpart.h;h=252d5a3cbecad1d2fafe1eec17edbced1a592fdf;hp=a3e065a038058e92d8b60c325114062420311b47;hb=601e9fbcfdb26b53aff4d44805bb596f0b73208a;hpb=e6a6b3fbd760e487c5df1a6d70ed0700d151710b diff --git a/source/part.h b/source/part.h index a3e065a..252d5a3 100644 --- a/source/part.h +++ b/source/part.h @@ -25,6 +25,7 @@ public: Loader(Part &, Resources &); ~Loader(); private: + void graphic_normal(const std::string &); void graphic(State, const std::string &); void align(float, float); void fill(float, float);