X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexture2d.h;h=eba3286fee15fddce63b67e503f551990b0bf65d;hb=8dbd6316d277d2f9cbf85e7e61f2541421e01292;hp=a37e2a4d7fd746eeb732d23483d8896115377338;hpb=9d696772b2194b67d8e3e4da11169900eab58c0d;p=libs%2Fgl.git diff --git a/source/texture2d.h b/source/texture2d.h index a37e2a4d..eba3286f 100644 --- a/source/texture2d.h +++ b/source/texture2d.h @@ -86,6 +86,7 @@ private: public: virtual Resource::AsyncLoader *load(IO::Seekable &); + virtual UInt64 get_data_size() const; virtual void unload(); };