35 virtual bool willLoad(
const std::string &filename) = 0;
Implements a buffer reader.
virtual void load(BufferReader *reader, const std::string &filename)=0
Load assets from the specified reader.
virtual bool willLoad(const std::string &filename)=0
Whether this instance will process or not the specified file.
virtual ~AssetLoader()
Virtual destructor for inheritance.
Abstract buffer handler, processing a BufferReader.