X-Git-Url: http://git.tdb.fi/?p=libs%2Fgui.git;a=blobdiff_plain;f=source%2Fgraphics%2Fimage.h;h=7b5236ecd4f30c151c9c42148e955086c73cc17b;hp=86cfa4589824d9413fbb5996f6e695d4a2e8a93f;hb=054fca09f0bbd64fdbd6406a0643de938a9cd4fb;hpb=2ebdf45974a0a7649b3488f9da4b8cf90a1db584 diff --git a/source/graphics/image.h b/source/graphics/image.h index 86cfa45..7b5236e 100644 --- a/source/graphics/image.h +++ b/source/graphics/image.h @@ -35,6 +35,7 @@ public: void load_file(const std::string &); void load_io(IO::Seekable &); void load(ImageLoader &); + void load_headers(ImageLoader &); PixelFormat get_format() const { return data.fmt; } unsigned get_width() const { return data.width; }