X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Ftexture1d.h;h=63b25c138756c8c6a44bd635e341cab9810332f9;hb=782344299d402dfc7e4eb038bba876d7455f50f5;hp=b4cf0d0ba5aecc266427d93e30b1b8c9bc9d1828;hpb=9d696772b2194b67d8e3e4da11169900eab58c0d;p=libs%2Fgl.git diff --git a/source/texture1d.h b/source/texture1d.h index b4cf0d0b..63b25c13 100644 --- a/source/texture1d.h +++ b/source/texture1d.h @@ -27,7 +27,8 @@ private: unsigned get_level_size(unsigned); public: - virtual AsyncLoader *load(IO::Seekable &) { return 0; } + virtual AsyncLoader *load(IO::Seekable &, const Resources * = 0) { return 0; } + virtual UInt64 get_data_size() const; virtual void unload() { } };