Added a new input layer that manages the different input formats.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5559 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2012-02-27 16:33:13 +00:00
parent ca624041a9
commit f0a73e253d
5 changed files with 193 additions and 2 deletions

View File

@@ -272,6 +272,9 @@ Bitmap* ReadPCXFile (const char* Name)
default:Internal ("Unexpected number of planes");
}
/* Copy the name */
SB_CopyStr (&B->Name, Name);
/* Remember the PCX header in the tag */
B->Tag = P;