diff tools/lib64util.h @ 2380:89cb93184175

Move dmC64DefaultPalettes from lib64gfx to lib64util.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 08 Jan 2020 13:08:53 +0200
parents 7011e11dad9a
children a40de347fcb0
line wrap: on
line diff
--- a/tools/lib64util.h	Wed Jan 08 13:08:06 2020 +0200
+++ b/tools/lib64util.h	Wed Jan 08 13:08:53 2020 +0200
@@ -22,6 +22,15 @@
 
 
 //
+// Global variables
+//
+
+// Some C64 palettes
+extern DMC64Palette      dmC64DefaultPalettes[];
+extern const int         ndmC64DefaultPalettes;
+
+
+//
 // Functions
 //
 char *    dmC64GetImageTypeString(char *buf, const size_t len, const int type, const BOOL lng);