diff tools/lib64gfx.h @ 1489:71e847ea9d22

Move one function to a better place in the code.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 May 2018 05:23:52 +0300
parents c71b6c5204af
children 3b220604ae3c
line wrap: on
line diff
--- a/tools/lib64gfx.h	Fri May 11 05:23:07 2018 +0300
+++ b/tools/lib64gfx.h	Fri May 11 05:23:52 2018 +0300
@@ -197,13 +197,13 @@
 
 void      dmC64ImageDump(FILE *fh, const DMC64Image *img, const DMC64ImageFormat *fmt);
 void      dmSetDefaultC64Palette(DMImage *img);
+char *    dmC64GetImageTypeString(char *buf, const size_t len, const int type);
 
 
 DMC64Image *dmC64ImageAlloc(const DMC64ImageFormat *fmt);
 void      dmC64ImageFree(DMC64Image *img);
 
 
-char *    dmC64GetImageTypeString(char *buf, const size_t len, const int type);
 int       dmC64ConvertCSDataToImage(DMImage *img, int xoffs, int yoffs, const Uint8 *inBuf, int width, int height, BOOL multicolor, int *colors);
 
 int       dmC64ProbeBMP(const Uint8 *buf, const size_t len, const DMC64ImageFormat **fmt);