X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=curves.h;h=af9ba15044c8c09babb08aed7d1f0d18428a26fe;hp=48d01219799907cd200794d94418fcfaa8c1c4f4;hb=718ffdb8950c7b589aca9288fc33ecc2e37d0e5c;hpb=a6260629d2dbe98351a8c55f197c721894046857 diff --git a/curves.h b/curves.h index 48d01219..af9ba150 100644 --- a/curves.h +++ b/curves.h @@ -14,7 +14,7 @@ int Q3PatchTesselationOnY(int patchwidth, int patchheight, int components, const // (such as those produced by Q3PatchTesselate) // (note: width and height are the actual vertex size, this produces // (width-1)*(height-1)*2 triangles, 3 elements each) -void Q3PatchTriangleElements(int *elements, int width, int height); +void Q3PatchTriangleElements(int *elements, int width, int height, int firstvertex); #endif