X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=radiant%2Fpatchmanip.h;h=512a3f95c1132c05cd28f08f9c8d7930f3466e9a;hb=aa8c5aec5c7f578b977abb4322e2322df8edd662;hp=4666ae73494a585c802afa8568360fa6e3cffeed;hpb=dac8329952745dbb494bad1c301e44bab05ec0db;p=xonotic%2Fnetradiant.git diff --git a/radiant/patchmanip.h b/radiant/patchmanip.h index 4666ae73..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 { @@ -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(); + class PatchCreator; extern PatchCreator* g_patchCreator;