mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 20:06:58 +03:00
feat: add donate links for modrinth mods
This commit is contained in:
parent
3cc26b15a1
commit
ca3c6c5e8a
14 changed files with 151 additions and 23 deletions
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
namespace ModPlatform {
|
||||
class ListModel;
|
||||
struct IndexedPack;
|
||||
}
|
||||
|
||||
class ModAPI {
|
||||
|
|
@ -35,6 +36,7 @@ class ModAPI {
|
|||
};
|
||||
|
||||
virtual void searchMods(CallerType* caller, SearchArgs&& args) const = 0;
|
||||
virtual void getModInfo(CallerType* caller, ModPlatform::IndexedPack& pack) = 0;
|
||||
|
||||
|
||||
struct VersionSearchArgs {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue