First version of PCX reading routine is completed but mostly untested.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5555 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2012-02-26 15:27:36 +00:00
parent 6893f52a50
commit fa052219e3
6 changed files with 358 additions and 28 deletions

View File

@@ -66,6 +66,9 @@ struct Palette {
Palette* NewPalette (unsigned Entries);
/* Create a new palette with the given number of entries */
Palette* NewMonochromePalette (void);
/* Create and return a palette with two entries (black and white) */
void FreePalette (Palette* P);
/* Free a dynamically allocated palette */