]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/prtview/prtview.h
Merge commit 'c845c5cd8f427d39665d6a8b1f6eeff401370d80' into garux-merge
[xonotic/netradiant.git] / contrib / prtview / prtview.h
index 6b0487826aff3b6b7834b80e9c5488c3e3c21d23..96b77b5dcaf43412b75b654035a91c95c65994eb 100644 (file)
@@ -20,6 +20,8 @@
 #if !defined( INCLUDED_PRTVIEW_H )
 #define INCLUDED_PRTVIEW_H
 
+#include <uilib/uilib.h>
+
 #define MSG_PREFIX "Portal Viewer plugin: "
 
 void InitInstance();
@@ -28,8 +30,9 @@ 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;
 
-
 #endif