comparison tools/lib64gfx.h @ 1426:4c7b456d7f0b

Rename global dmC64Palette to dmDefaultC64Palette.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 15 Nov 2017 07:07:26 +0200
parents 959b34402b81
children 3773281491c9
comparison
equal deleted inserted replaced
1425:f08c4ace528d 1426:4c7b456d7f0b
178 178
179 DMC64EncDecOp encdecOps[D64_MAX_ENCDEC_OPS]; 179 DMC64EncDecOp encdecOps[D64_MAX_ENCDEC_OPS];
180 } DMC64ImageFormat; 180 } DMC64ImageFormat;
181 181
182 182
183 extern DMColor dmC64Palette[C64_NCOLORS]; 183 extern DMColor dmDefaultC64Palette[C64_NCOLORS];
184 extern const DMC64ImageFormat dmC64ImageFormats[]; 184 extern const DMC64ImageFormat dmC64ImageFormats[];
185 extern const int ndmC64ImageFormats; 185 extern const int ndmC64ImageFormats;
186 186
187 187
188 DMC64Image *dmC64ImageAlloc(const DMC64ImageFormat *fmt); 188 DMC64Image *dmC64ImageAlloc(const DMC64ImageFormat *fmt);