X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fsp65%2Fpalette.h;h=d7180e0f03379bb7c0a4f5e5cd36db8ec27f9d6d;hb=35e1184901ca38bdb2e56d154ed3b71f6096eacc;hp=925e606eeb760f59935f917f7573f938f2b22aba;hpb=7a3e6abb1392adfe68bd794122878caf1cca9255;p=cc65 diff --git a/src/sp65/palette.h b/src/sp65/palette.h index 925e606ee..d7180e0f0 100644 --- a/src/sp65/palette.h +++ b/src/sp65/palette.h @@ -38,6 +38,8 @@ +#include + /* sp65 */ #include "color.h" @@ -75,6 +77,9 @@ Palette* DupPalette (const Palette* P); void FreePalette (Palette* P); /* Free a dynamically allocated palette */ +void DumpPalette (FILE* F, const Palette* P); +/* Dump the palette in readable form to the given file */ + /* End of palette.h */