]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/texmanip.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / radiant / texmanip.h
index 34434141604231b0a1ed43ec73071f4ab41dadce..cd01ab0aa3868154836d2fe51ce2acddf8eda8e0 100644 (file)
@@ -34,7 +34,9 @@
 
 typedef unsigned char byte;
 
-void R_ResampleTexture( const void *indata, int inwidth, int inheight, void *outdata,  int outwidth, int outheight, int bytesperpixel );
-void GL_MipReduce( byte *in, byte *out, int width, int height, int destwidth, int destheight );
+void R_ResampleTexture(const void *indata, int inwidth, int inheight, void *outdata, int outwidth, int outheight,
+                       int bytesperpixel);
+
+void GL_MipReduce(byte *in, byte *out, int width, int height, int destwidth, int destheight);
 
 #endif