]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/patchmanip.h
Radiant:
[xonotic/netradiant.git] / radiant / patchmanip.h
index 4666ae73494a585c802afa8568360fa6e3cffeed..d6d8764cb65389f41ea4337a29a9568800d35d8a 100644 (file)
@@ -51,6 +51,13 @@ void PatchPreferences_construct();
 
 void Patch_registerPreferencesPage();
 
+void Patch_NaturalTexture();
+void Patch_CapTexture();
+void Patch_ResetTexture();
+void Patch_FitTexture();
+void Patch_FlipTextureX();
+void Patch_FlipTextureY();
+
 class PatchCreator;
 extern PatchCreator* g_patchCreator;