]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - image_png.h
Now with new Travis secret key.
[xonotic/darkplaces.git] / image_png.h
index d290d98f5104d3b6303e5fd4dedeeecae70336d6..af3ab97a7241c5a71cfce0c7b2fc30b6686cc38f 100644 (file)
 #ifndef PNG_H
 #define PNG_H
 
-qboolean PNG_OpenLibrary (void);
+#include "qtypes.h"
+
+qbool PNG_OpenLibrary (void);
 void PNG_CloseLibrary (void);
 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);
+qbool PNG_SaveImage_preflipped (const char *filename, int width, int height, qbool has_alpha, unsigned char *data);
 
 #endif