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