X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=contrib%2Fbrushexport%2Fplugin.h;h=5808cd98d8578a1ad9977dc5302905c1d69e5896;hb=ef95e672ce206374ddb021de7771751e18099f4a;hp=a2dc6cb63edc734f2af1377da84862ecde7d85f5;hpb=ba54332d190b19c00bb8f15ee7d7b7634221646d;p=xonotic%2Fnetradiant.git diff --git a/contrib/brushexport/plugin.h b/contrib/brushexport/plugin.h index a2dc6cb6..5808cd98 100644 --- a/contrib/brushexport/plugin.h +++ b/contrib/brushexport/plugin.h @@ -22,7 +22,11 @@ #if !defined( INCLUDED_BRUSH_EXPORT_H ) #define INCLUDED_BRUSH_EXPORT_H +#include + #define PLUGIN_NAME "BrushExport" #define PLUGIN_VERSION "2.0" +extern ui::Widget g_pRadiantWnd; + #endif