New function to create a bitmap slice.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5557 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2012-02-26 21:45:42 +00:00
parent 4abdecc728
commit 7a3e6abb13
4 changed files with 69 additions and 1 deletions

View File

@@ -69,6 +69,9 @@ Palette* NewPalette (unsigned Entries);
Palette* NewMonochromePalette (void);
/* Create and return a palette with two entries (black and white) */
Palette* DupPalette (const Palette* P);
/* Create a copy of a palette */
void FreePalette (Palette* P);
/* Free a dynamically allocated palette */