]> git.tdb.fi Git - libs/gl.git/blobdiff - source/mesh.h
Pass the resource collection to async loaders
[libs/gl.git] / source / mesh.h
index 388d4d8806affd4d63901be8b7335a7bc7a85f55..7e455cd97211638938daa191b3281925fde1fb31 100644 (file)
@@ -95,7 +95,7 @@ public:
 
        static void unbind();
 
-       virtual Resource::AsyncLoader *load(IO::Seekable &);
+       virtual Resource::AsyncLoader *load(IO::Seekable &, const Resources * = 0);
        virtual UInt64 get_data_size() const;
        virtual void unload();
 };