X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=radiant%2Fpatchmanip.h;h=512a3f95c1132c05cd28f08f9c8d7930f3466e9a;hb=1268e8ef5fed13d69b7755dad5a0f86946c961f0;hp=47f7f2248e201e26aeb70d7cdb8eabcd3ad406fc;hpb=9471f8d699f80f5764c2cf1932d5222f8f7c9850;p=xonotic%2Fnetradiant.git diff --git a/radiant/patchmanip.h b/radiant/patchmanip.h index 47f7f224..512a3f95 100644 --- a/radiant/patchmanip.h +++ b/radiant/patchmanip.h @@ -22,13 +22,12 @@ #if !defined ( INCLUDED_PATCHMANIP_H ) #define INCLUDED_PATCHMANIP_H +#include #include "string/stringfwd.h" void Patch_registerCommands(); -typedef struct _GtkToolbar GtkToolbar; -typedef struct _GtkMenu GtkMenu; -void Patch_constructToolbar( GtkToolbar* toolbar ); -void Patch_constructMenu( GtkMenu* menu ); +void Patch_constructToolbar( ui::Toolbar toolbar ); +void Patch_constructMenu( ui::Menu menu ); namespace scene {