X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Ftexture2d.h;h=877555c0f5ba43d4cdefb5a78af34225cc2e4756;hb=2b7f8e45e75bec30c1ea27fc0efd8286f67adc3f;hp=7553b6b703c944a2144e989bf605d41b9ae2295c;hpb=7aaec9a70b8d7733429bec043f8e33e02956f266;p=libs%2Fgl.git diff --git a/source/core/texture2d.h b/source/core/texture2d.h index 7553b6b7..877555c0 100644 --- a/source/core/texture2d.h +++ b/source/core/texture2d.h @@ -3,6 +3,7 @@ #include #include +#include #include "texture.h" namespace Msp { @@ -86,7 +87,7 @@ public: private: unsigned get_n_levels() const; - void get_level_size(unsigned, unsigned &, unsigned &) const; + LinAl::Vector get_level_size(unsigned) const; public: virtual Resource::AsyncLoader *load(IO::Seekable &, const Resources * = 0);