X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=image_png.h;h=d290d98f5104d3b6303e5fd4dedeeecae70336d6;hp=c521afdc17a6e8c2f0305ddbce937ddf02f94ba3;hb=ff2b13639f3e5b83386155944f4d1efee3582ed2;hpb=8022854493e5595b924ed2d573255bff8faf6d4f diff --git a/image_png.h b/image_png.h index c521afdc..d290d98f 100644 --- a/image_png.h +++ b/image_png.h @@ -26,8 +26,8 @@ qboolean PNG_OpenLibrary (void); void PNG_CloseLibrary (void); -unsigned char* PNG_LoadImage_BGRA (const unsigned char *f, int filesize); -qboolean PNG_SaveImage_preflipped (const char *filename, int width, int height, unsigned char *data); +unsigned char* PNG_LoadImage_BGRA (const unsigned char *f, int filesize, int *miplevel); +qboolean PNG_SaveImage_preflipped (const char *filename, int width, int height, qboolean has_alpha, unsigned char *data); #endif