PrismLauncher/gui/ModEditDialogCommon.h

7 lines
186 B
C
Raw Normal View History

2013-08-28 03:38:29 +01:00
#pragma once
#include <QAbstractItemModel>
#include <logic/Mod.h>
2013-08-28 03:38:29 +01:00
bool lastfirst (QModelIndexList & list, int & first, int & last);
void showWebsiteForMod(QWidget * parentDlg, Mod& m);