aboutsummaryrefslogtreecommitdiff
path: root/launcher/ModDownloadTask.cpp
diff options
context:
space:
mode:
authorflow <thiagodonato300@gmail.com>2022-04-15 20:35:17 -0300
committerflow <flowlnlnln@gmail.com>2022-05-23 14:42:27 -0300
commit5a34e8fd7c913bc138e1606baf9df2cd1a64baed (patch)
tree58fd00b20d6ee407a47067b16f3c5088825dd1a9 /launcher/ModDownloadTask.cpp
parentfcfb2cfc3da9a8f897063db05fdf3aebc41a59ae (diff)
downloadPrismLauncher-5a34e8fd7c913bc138e1606baf9df2cd1a64baed.tar.gz
PrismLauncher-5a34e8fd7c913bc138e1606baf9df2cd1a64baed.tar.bz2
PrismLauncher-5a34e8fd7c913bc138e1606baf9df2cd1a64baed.zip
refactor: move mod tasks to their own subfolder
Makes the launcher/minecraft/mod/ folder a little more organized.
Diffstat (limited to 'launcher/ModDownloadTask.cpp')
-rw-r--r--launcher/ModDownloadTask.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/launcher/ModDownloadTask.cpp b/launcher/ModDownloadTask.cpp
index ad1e64e3..52de9c94 100644
--- a/launcher/ModDownloadTask.cpp
+++ b/launcher/ModDownloadTask.cpp
@@ -1,6 +1,7 @@
#include "ModDownloadTask.h"
+
#include "Application.h"
-#include "minecraft/mod/LocalModUpdateTask.h"
+#include "minecraft/mod/tasks/LocalModUpdateTask.h"
ModDownloadTask::ModDownloadTask(ModPlatform::IndexedPack mod, ModPlatform::IndexedVersion version, const std::shared_ptr<ModFolderModel> mods)
: m_mod(mod), m_mod_version(version), mods(mods)