VFSFileSystem too

This commit is contained in:
Henrik Rydgard 2014-04-13 23:34:08 +02:00
parent a53ecd7da3
commit c9eb4a1916

View file

@ -150,6 +150,7 @@ public:
int RenameFile(const std::string &from, const std::string &to);
bool RemoveFile(const std::string &filename);
bool GetHostPath(const std::string &inpath, std::string &outpath);
int Flags() { return 0; }
private:
struct OpenFileEntry {