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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user