mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-02-24 12:40:57 +00:00
10 lines
222 B
C
10 lines
222 B
C
|
#pragma once
|
||
|
#include <QModelIndex>
|
||
|
#include <QDesktopServices>
|
||
|
#include <QWidget>
|
||
|
#include <logic/Mod.h>
|
||
|
|
||
|
bool lastfirst(QModelIndexList &list, int &first, int &last);
|
||
|
|
||
|
void showWebsiteForMod(QWidget *parentDlg, Mod &m);
|