summaryrefslogtreecommitdiffstats
path: root/gui/ModEditDialogCommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/ModEditDialogCommon.h')
-rw-r--r--gui/ModEditDialogCommon.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gui/ModEditDialogCommon.h b/gui/ModEditDialogCommon.h
index a27a8a82..bc8e223f 100644
--- a/gui/ModEditDialogCommon.h
+++ b/gui/ModEditDialogCommon.h
@@ -1,4 +1,7 @@
#pragma once
#include <QAbstractItemModel>
+#include <logic/Mod.h>
-bool lastfirst (QModelIndexList & list, int & first, int & last); \ No newline at end of file
+bool lastfirst (QModelIndexList & list, int & first, int & last);
+
+void showWebsiteForMod(QWidget * parentDlg, Mod& m); \ No newline at end of file