]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/patchmanip.h
Merge commit 'd930835fa0ffd32d2e6459e11e526ec0733745bc' into master-merge
[xonotic/netradiant.git] / radiant / patchmanip.h
index 47f7f2248e201e26aeb70d7cdb8eabcd3ad406fc..773ceb965b9fb2a6f90e24879f150eb45f5414b0 100644 (file)
 #if !defined ( INCLUDED_PATCHMANIP_H )
 #define INCLUDED_PATCHMANIP_H
 
+#include <uilib/uilib.h>
 #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
 {
@@ -59,6 +58,13 @@ void Patch_FlipTextureX();
 void Patch_FlipTextureY();
 void Patch_AutoCapTexture();
 
+void Patch_NaturalTexture();
+void Patch_CapTexture();
+void Patch_ResetTexture();
+void Patch_FitTexture();
+void Patch_FlipTextureX();
+void Patch_FlipTextureY();
+
 class PatchCreator;
 extern PatchCreator* g_patchCreator;