mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-11-20 08:10:11 +00:00
7 lines
186 B
C
7 lines
186 B
C
#pragma once
|
|
#include <QAbstractItemModel>
|
|
#include <logic/Mod.h>
|
|
|
|
bool lastfirst (QModelIndexList & list, int & first, int & last);
|
|
|
|
void showWebsiteForMod(QWidget * parentDlg, Mod& m); |