diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-03-28 17:20:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-28 17:20:19 +0300 |
commit | 9c289c7cc0e5fdf89eed1e28200166714789c92f (patch) | |
tree | d669909a1b3ce26d82f6b71c83ebb9938a832f7f /src/fs/files.h | |
parent | 6ff6d6928328ff2110f028a374ade49415d5a0ba (diff) | |
download | plus-9c289c7cc0e5fdf89eed1e28200166714789c92f.tar.gz plus-9c289c7cc0e5fdf89eed1e28200166714789c92f.tar.bz2 plus-9c289c7cc0e5fdf89eed1e28200166714789c92f.tar.xz plus-9c289c7cc0e5fdf89eed1e28200166714789c92f.zip |
Rename some left functions from physfs to virtfs.
Diffstat (limited to 'src/fs/files.h')
-rw-r--r-- | src/fs/files.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/files.h b/src/fs/files.h index 65b2f6325..4b55292de 100644 --- a/src/fs/files.h +++ b/src/fs/files.h @@ -36,10 +36,10 @@ namespace Files void setCopyCallBack(CopyFileCallbackPtr callback); - void copyPhysFsFile(const std::string &restrict inFile, + void copyVirtFsFile(const std::string &restrict inFile, const std::string &restrict outFile); - void copyPhysFsDir(const std::string &restrict inDir, + void copyVirtFsDir(const std::string &restrict inDir, const std::string &restrict outDir); void extractZip(const std::string &restrict zipName, |