22 #ifndef FIFE_ZIP_PROVIDER_H
23 #define FIFE_ZIP_PROVIDER_H
46 bool isReadable(
const std::string& file)
const;
VFSSource abstract baseclass.
bool isReadable(const std::string &file) const
Check if a given file is readable for this VFSSource.
VFSSourceProvider abstract baseclass.
VFSSource * createSource(const std::string &file) const
Create a new instance of a VFSSource initialized with the given file.
A VFS provider for Zip archives.