X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexture3d.h;h=fa4c050f039c38f9a0734b0f6ec11ec21082e92b;hb=8dbd6316d277d2f9cbf85e7e61f2541421e01292;hp=6c087a2d099f5ed2bdc0e46b320b026e6dcab6a7;hpb=9d696772b2194b67d8e3e4da11169900eab58c0d;p=libs%2Fgl.git diff --git a/source/texture3d.h b/source/texture3d.h index 6c087a2d..fa4c050f 100644 --- a/source/texture3d.h +++ b/source/texture3d.h @@ -63,6 +63,7 @@ private: public: virtual AsyncLoader *load(IO::Seekable &) { return 0; } + virtual UInt64 get_data_size() const; virtual void unload() { } };