X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexture2d.h;h=9647ad3ed55c688a86c156dd11e3daacba687b9d;hb=b2c8b2238877f76cdea184cca70336b15ddb78d9;hp=221fbd7b76a28aee38d95382a2b797e34fd5d24c;hpb=ccbfdfa0d9d796244b1ecc0fa3faa2c50304811b;p=libs%2Fgl.git diff --git a/source/texture2d.h b/source/texture2d.h index 221fbd7b..9647ad3e 100644 --- a/source/texture2d.h +++ b/source/texture2d.h @@ -75,7 +75,8 @@ public: unsigned get_height() const { return height; } private: - void get_level_size(unsigned, unsigned &, unsigned &); + unsigned get_n_levels() const; + void get_level_size(unsigned, unsigned &, unsigned &) const; public: virtual Resource::AsyncLoader *load(IO::Seekable &, const Resources * = 0);