From 02c22d71624e567a770b9faa352ed0da3c39104f Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Fri, 5 Jul 2024 21:10:16 +0200 Subject: feat: Add support for manual mods folder --- primedev/mods/modmanager.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'primedev/mods/modmanager.h') diff --git a/primedev/mods/modmanager.h b/primedev/mods/modmanager.h index ace79e32..517b33a7 100644 --- a/primedev/mods/modmanager.h +++ b/primedev/mods/modmanager.h @@ -10,6 +10,7 @@ #include const std::string CORE_MOD_FOLDER_SUFFIX = "\\mods\\core"; +const std::string MANUAL_MOD_FOLDER_SUFFIX = "\\mods\\manual"; const std::string THUNDERSTORE_MOD_FOLDER_SUFFIX = "\\mods\\thunderstore-legacy"; const std::string REMOTE_MOD_FOLDER_SUFFIX = "\\runtime\\remote\\mods"; const fs::path MOD_OVERRIDE_DIR = "mod"; @@ -180,6 +181,7 @@ public: }; fs::path GetCoreModFolderPath(); +fs::path GetManualModFolderPath(); fs::path GetRemoteModFolderPath(); fs::path GetThunderstoreLegacyModFolderPath(); fs::path GetCompiledAssetsPath(); -- cgit v1.2.3