diff tools/lib64gfx.h @ 2203:b259312ddb59

Add description field to DMC64Palette.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 14 Jun 2019 01:58:05 +0300
parents 9f3fb4004c20
children cbac4912992c
line wrap: on
line diff
--- a/tools/lib64gfx.h	Fri Jun 14 01:56:47 2019 +0300
+++ b/tools/lib64gfx.h	Fri Jun 14 01:58:05 2019 +0300
@@ -154,6 +154,7 @@
 typedef struct
 {
     char *name;
+    char *desc;
     DMColor colors[D64_NCOLORS];
 } DMC64Palette;