X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=radiant%2Fpatchdialog.h;h=ca1f6c9eeb0671cb5645c2cf9178298c42210ee3;hb=c995981050b4de4cc70a9d02495964d667c7e7a3;hp=1304ccbe23cac1f203b0dd5fc9d674f7a551fd8c;hpb=dac8329952745dbb494bad1c301e44bab05ec0db;p=xonotic%2Fnetradiant.git diff --git a/radiant/patchdialog.h b/radiant/patchdialog.h index 1304ccbe..ca1f6c9e 100644 --- a/radiant/patchdialog.h +++ b/radiant/patchdialog.h @@ -19,15 +19,15 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include + #if !defined( INCLUDED_PATCHDIALOG_H ) #define INCLUDED_PATCHDIALOG_H void PatchInspector_Construct(); void PatchInspector_Destroy(); -typedef struct _GtkWidget GtkWidget; -typedef struct _GtkWindow GtkWindow; -void PatchInspector_constructWindow( GtkWindow* main_window ); +void PatchInspector_constructWindow( ui::Window main_window ); void PatchInspector_destroyWindow(); namespace scene