aboutsummaryrefslogtreecommitdiff
path: root/launcher/FileSystem.h
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2022-10-25 10:59:37 -0700
committerRachel Powers <508861+Ryex@users.noreply.github.com>2022-11-01 04:24:11 -0700
commit13c7efa0584caf34950a6e6efa4b8e3bee16d764 (patch)
tree2478664b4361d38a9f3102597ee3fa2fcaae28a7 /launcher/FileSystem.h
parent1598d6582473f1bb6aa02fd9b4dabc8210771e56 (diff)
downloadPrismLauncher-13c7efa0584caf34950a6e6efa4b8e3bee16d764.tar.gz
PrismLauncher-13c7efa0584caf34950a6e6efa4b8e3bee16d764.tar.bz2
PrismLauncher-13c7efa0584caf34950a6e6efa4b8e3bee16d764.zip
copy found mods to instance (FTB and Flame)
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/FileSystem.h')
-rw-r--r--launcher/FileSystem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/FileSystem.h b/launcher/FileSystem.h
index b46f3281..68f6bc4c 100644
--- a/launcher/FileSystem.h
+++ b/launcher/FileSystem.h
@@ -75,6 +75,8 @@ bool ensureFilePathExists(QString filenamepath);
*/
bool ensureFolderPathExists(QString filenamepath);
+bool copyFile(QString &src, QString &dst);
+
class copy {
public:
copy(const QString& src, const QString& dst)