diff options
author | flow <thiagodonato300@gmail.com> | 2022-04-19 21:10:12 -0300 |
---|---|---|
committer | flow <flowlnlnln@gmail.com> | 2022-05-23 14:43:07 -0300 |
commit | a99858c64d275303a9f91912a2732746ef6a3c8a (patch) | |
tree | 1ff9262c039b7d2addf7de4c3557c5c003556150 /launcher/modplatform/modrinth | |
parent | ba50765c306d2907e411bc0ed9a10d990cf42fd3 (diff) | |
download | PrismLauncher-a99858c64d275303a9f91912a2732746ef6a3c8a.tar.gz PrismLauncher-a99858c64d275303a9f91912a2732746ef6a3c8a.tar.bz2 PrismLauncher-a99858c64d275303a9f91912a2732746ef6a3c8a.zip |
refactor: move code out of ModIndex.h
Now it's in ModIndex.cpp
Diffstat (limited to 'launcher/modplatform/modrinth')
-rw-r--r-- | launcher/modplatform/modrinth/ModrinthAPI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/modplatform/modrinth/ModrinthAPI.h b/launcher/modplatform/modrinth/ModrinthAPI.h index 79bc5175..f9d35fcd 100644 --- a/launcher/modplatform/modrinth/ModrinthAPI.h +++ b/launcher/modplatform/modrinth/ModrinthAPI.h @@ -20,6 +20,7 @@ #include "BuildConfig.h" #include "modplatform/ModAPI.h" +#include "modplatform/ModIndex.h" #include "modplatform/helpers/NetworkModAPI.h" #include <QDebug> |