X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexture3d.h;h=93cae7e84e573ff40b0e5685210a9ab6c3ca990c;hb=0a20dd14a0d1fd027a7d411b4d427bd4252342cc;hp=6c087a2d099f5ed2bdc0e46b320b026e6dcab6a7;hpb=9d696772b2194b67d8e3e4da11169900eab58c0d;p=libs%2Fgl.git diff --git a/source/texture3d.h b/source/texture3d.h index 6c087a2d..93cae7e8 100644 --- a/source/texture3d.h +++ b/source/texture3d.h @@ -2,8 +2,6 @@ #define MSP_GL_TEXTURE3D_H_ #include -#include "datatype.h" -#include "pixelformat.h" #include "texture.h" namespace Msp { @@ -62,7 +60,8 @@ private: void get_level_size(unsigned, unsigned &, unsigned &, 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() { } };