X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=image_png.h;h=045b1cb6c864365ece4c145eea80e67af806bd8f;hb=630fe34f1b87a851a5fb1d38ae64ba89303bbab5;hp=7862c84578568050ea77b1471074cfae01a23633;hpb=6a75f042475ac3d601c0c85ce90f7e8cb05a11d3;p=xonotic%2Fdarkplaces.git diff --git a/image_png.h b/image_png.h index 7862c845..045b1cb6 100644 --- a/image_png.h +++ b/image_png.h @@ -26,7 +26,7 @@ qboolean PNG_OpenLibrary (void); void PNG_CloseLibrary (void); -unsigned char* PNG_LoadImage (const unsigned char *f, int filesize, int matchwidth, int matchheight); +unsigned char* PNG_LoadImage_BGRA (const unsigned char *f, int filesize); #endif