From 9c289c7cc0e5fdf89eed1e28200166714789c92f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 28 Mar 2017 17:20:19 +0300 Subject: Rename some left functions from physfs to virtfs. --- src/fs/files.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fs/files.h') 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, -- cgit v1.2.3-70-g09d2