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);
|