comparison 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
comparison
equal deleted inserted replaced
2202:455a3849b8ac 2203:b259312ddb59
152 152
153 153
154 typedef struct 154 typedef struct
155 { 155 {
156 char *name; 156 char *name;
157 char *desc;
157 DMColor colors[D64_NCOLORS]; 158 DMColor colors[D64_NCOLORS];
158 } DMC64Palette; 159 } DMC64Palette;
159 160
160 161
161 typedef struct 162 typedef struct