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

@@ -26,6 +26,7 @@ OBJS = bitmap.o \
color.o \
error.o \
fileio.o \
input.o \
main.o \
palette.o \
pcx.o