Replace obsolete function

This commit is contained in:
Tixx
2025-04-01 09:43:49 +02:00
parent 6053aa6192
commit 7db40e068e
3 changed files with 2 additions and 6 deletions

View File

@@ -32,9 +32,8 @@ public:
[[nodiscard]] int ModsLoaded() const { return mModsLoaded; }
[[nodiscard]] nlohmann::json GetMods() const { return mMods; }
[[nodiscard]] std::string NewFileList() const;
void RefreshFiles();
void SetProtected(const std::string& ModName, bool Protected);
private:
size_t mMaxModSize = 0;