32 #include "vfssource.h"
36 VFSSource::VFSSource(VFS* vfs) : m_vfs(vfs) {}
39 VFSSource::~VFSSource() {
45 std::string FIFE::VFSSource::fixPath(std::string path)
const
51 while ((pos = path.find(
'\\')) != std::string::npos)
55 path = path.substr(1, path.length());
void removeSource(VFSSource *source)