Even more conversion, lots of superfluous macro removal
This commit is contained in:
+3
-3
@@ -30,9 +30,9 @@ byte *Image_LoadTGA (FILE *f, int *width, int *height);
|
||||
byte *Image_LoadPCX (FILE *f, int *width, int *height);
|
||||
byte *Image_LoadImage (const char *name, int *width, int *height);
|
||||
|
||||
qboolean Image_WriteTGA (const char *name, byte *data, int width, int height, int bpp, qboolean upsidedown);
|
||||
qboolean Image_WritePNG (const char *name, byte *data, int width, int height, int bpp, qboolean upsidedown);
|
||||
qboolean Image_WriteJPG (const char *name, byte *data, int width, int height, int bpp, int quality, qboolean upsidedown);
|
||||
bool Image_WriteTGA (const char *name, byte *data, int width, int height, int bpp, bool upsidedown);
|
||||
bool Image_WritePNG (const char *name, byte *data, int width, int height, int bpp, bool upsidedown);
|
||||
bool Image_WriteJPG (const char *name, byte *data, int width, int height, int bpp, int quality, bool upsidedown);
|
||||
|
||||
#endif /* GL_IMAGE_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user