X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=radiant%2Fpatchmanip.h;h=512a3f95c1132c05cd28f08f9c8d7930f3466e9a;hb=3b972c10e287de4cc323071f483dff50482bd584;hp=c6646898e3c0b85ac69b5ffc6fab4bfa8589f7ea;hpb=d5b7f8515270f05aed3996418086f38c89e14ec1;p=xonotic%2Fnetradiant.git diff --git a/radiant/patchmanip.h b/radiant/patchmanip.h index c6646898..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 { @@ -55,6 +54,9 @@ void Patch_NaturalTexture(); void Patch_CapTexture(); void Patch_ResetTexture(); void Patch_FitTexture(); +void Patch_FlipTextureX(); +void Patch_FlipTextureY(); +void Patch_AutoCapTexture(); class PatchCreator; extern PatchCreator* g_patchCreator;