X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=contrib%2Fprtview%2Fprtview.h;h=0028210252742d41e6665b182525ab2dd36fd7db;hb=HEAD;hp=e6942cc99ea3811b0ad7b6bd94c407c9b7092f68;hpb=84756b932f65be549f04bea386964701337d94ff;p=xonotic%2Fnetradiant.git diff --git a/contrib/prtview/prtview.h b/contrib/prtview/prtview.h index e6942cc9..00282102 100644 --- a/contrib/prtview/prtview.h +++ b/contrib/prtview/prtview.h @@ -20,6 +20,8 @@ #if !defined( INCLUDED_PRTVIEW_H ) #define INCLUDED_PRTVIEW_H +#include + #define PLUGIN_NAME "Portal Viewer" #define PLUGIN_VERSION "1.0" @@ -31,6 +33,8 @@ void SaveConfig(); int INIGetInt( const char *key, int def ); void INISetInt( const char *key, int val, const char *comment = 0 ); +extern ui::Widget g_pRadiantWnd; + const int IDOK = 1; const int IDCANCEL = 2;