]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/brushexport/plugin.h
Merge commit 'c845c5cd8f427d39665d6a8b1f6eeff401370d80' into garux-merge
[xonotic/netradiant.git] / contrib / brushexport / plugin.h
index a5e3f4c594a8a3d75cb172bdc49caf46f41d9704..b0f4b05861e6c89eb7f11c5bd8702baff9afa0e9 100644 (file)
@@ -22,7 +22,8 @@
 #if !defined( INCLUDED_BRUSH_EXPORT_H )
 #define INCLUDED_BRUSH_EXPORT_H
 
-typedef struct _GtkWidget GtkWidget;
-extern GtkWidget *g_pRadiantWnd;
+#include <uilib/uilib.h>
+
+extern ui::Widget g_pRadiantWnd;
 
 #endif