mirror of
https://github.com/unmojang/FjordLauncher.git
synced 2025-10-06 03:20:56 -04: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); |