X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=contrib%2Fprtview%2FConfigDialog.h;h=e17e41267790cd0f44bbb7136cdf2e6d6284427e;hp=a9725847e6294506947494317ed5f5fd0f2505ad;hb=HEAD;hpb=62d99f889c0e98be65f779d3983109c84ce58cec diff --git a/contrib/prtview/ConfigDialog.h b/contrib/prtview/ConfigDialog.h index a9725847..e17e4126 100644 --- 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 + +void DoConfigDialog( ui::Window main_window ); #endif