refactor: move mod tasks to their own subfolder

Makes the launcher/minecraft/mod/ folder a little more organized.
This commit is contained in:
flow 2022-04-15 20:35:17 -03:00 committed by flow
parent fcfb2cfc3d
commit 5a34e8fd7c
No known key found for this signature in database
GPG key ID: 8D0F221F0A59F469
11 changed files with 34 additions and 27 deletions

View file

@ -24,8 +24,8 @@
#include "Mod.h"
#include "ModFolderLoadTask.h"
#include "LocalModParseTask.h"
#include "minecraft/mod/tasks/ModFolderLoadTask.h"
#include "minecraft/mod/tasks/LocalModParseTask.h"
class LegacyInstance;
class BaseInstance;