From 34db515acb4f38b8478706c5962cc0038c515ce8 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Tue, 6 Oct 2015 17:13:40 +0200 Subject: Reviewed some comments and WritePNG() --- src/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 6ef8c933..77909ba6 100644 --- a/src/utils.h +++ b/src/utils.h @@ -72,7 +72,7 @@ unsigned char *DecompressData(const unsigned char *data, unsigned long compSize, #if defined(PLATFORM_DESKTOP) || defined(PLATFORM_RPI) void WriteBitmap(const char *fileName, unsigned char *imgData, int width, int height); -void WritePNG(const char *fileName, unsigned char *imgData, int width, int height); +void WritePNG(const char *fileName, unsigned char *imgData, int width, int height, int compSize); #endif void TraceLog(int msgType, const char *text, ...); // Outputs a trace log message -- cgit v1.2.3