diff tools/lib64gfx.h @ 1457:dcff9ac95d3f

Add function to set DMImage's palette to default C64 palette and use it.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 10 May 2018 19:58:52 +0300
parents 42fb39da7dde
children 88845f95e791
line wrap: on
line diff
--- a/tools/lib64gfx.h	Thu May 10 18:53:42 2018 +0300
+++ b/tools/lib64gfx.h	Thu May 10 19:58:52 2018 +0300
@@ -187,6 +187,8 @@
 extern const DMC64ImageFormat  dmC64ImageFormats[];
 extern const int         ndmC64ImageFormats;
 
+void      dmSetDefaultC64Palette(DMImage *img);
+
 
 DMC64Image *dmC64ImageAlloc(const DMC64ImageFormat *fmt);
 void      dmC64ImageFree(DMC64Image *img);