X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=image_png.h;h=d290d98f5104d3b6303e5fd4dedeeecae70336d6;hb=6d60da43c7b511ebafb25e110c8636e026a2280e;hp=e83d8cb76d23bb7926c2e7ecb8353a389018b109;hpb=c3edd749ac26c6322eafa8303e592df3c32ffd25;p=xonotic%2Fdarkplaces.git diff --git a/image_png.h b/image_png.h index e83d8cb7..d290d98f 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_BGRA (const unsigned char *f, int filesize); +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