X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=radiant%2Fpatchmanip.h;h=773ceb965b9fb2a6f90e24879f150eb45f5414b0;hb=b85323ca88049904b00b284044ea1f048cc0d447;hp=d6d8764cb65389f41ea4337a29a9568800d35d8a;hpb=b017c473e86330d5908858b8add1b16674b0a1a8;p=xonotic%2Fnetradiant.git diff --git a/radiant/patchmanip.h b/radiant/patchmanip.h index d6d8764c..773ceb96 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 { @@ -51,6 +50,14 @@ void PatchPreferences_construct(); void Patch_registerPreferencesPage(); +void Patch_NaturalTexture(); +void Patch_CapTexture(); +void Patch_ResetTexture(); +void Patch_FitTexture(); +void Patch_FlipTextureX(); +void Patch_FlipTextureY(); +void Patch_AutoCapTexture(); + void Patch_NaturalTexture(); void Patch_CapTexture(); void Patch_ResetTexture();