10 lines
226 B
C
10 lines
226 B
C
#pragma once
|
|
#include <QModelIndex>
|
|
#include <QDesktopServices>
|
|
#include <QWidget>
|
|
#include <minecraft/Mod.h>
|
|
|
|
bool lastfirst(QModelIndexList &list, int &first, int &last);
|
|
|
|
void showWebsiteForMod(QWidget *parentDlg, Mod &m);
|