projects
/
xonotic
/
netradiant.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
plugins: chose Radiant IQM plugin, iqmmodel for macOS, picomodel for everything else
[xonotic/netradiant.git]
/
contrib
/
prtview
/
ConfigDialog.h
diff --git
a/contrib/prtview/ConfigDialog.h
b/contrib/prtview/ConfigDialog.h
index a9725847e6294506947494317ed5f5fd0f2505ad..e17e41267790cd0f44bbb7136cdf2e6d6284427e 100644
(file)
--- a/
contrib/prtview/ConfigDialog.h
+++ b/
contrib/prtview/ConfigDialog.h
@@
-20,6
+20,8
@@
#if !defined( INCLUDED_CONFIGDIALOG_H )
#define INCLUDED_CONFIGDIALOG_H
-void DoConfigDialog();
+#include <uilib/uilib.h>
+
+void DoConfigDialog( ui::Window main_window );
#endif