Merge pull request #426 from flowln/mod_perma

Add on-disk mod metadata information
This commit is contained in:
Sefa Eyeoglu 2022-06-04 13:23:38 +02:00 committed by GitHub
commit 1ab00ca8b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 1560 additions and 385 deletions

View file

@ -20,6 +20,7 @@
#include "BuildConfig.h"
#include "modplatform/ModAPI.h"
#include "modplatform/ModIndex.h"
#include "modplatform/helpers/NetworkModAPI.h"
#include <QDebug>