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:
@@ -45,7 +45,7 @@
|
||||
|
||||
/* sp65 */
|
||||
#include "error.h"
|
||||
#include "pcx.h" /* ### Testing */
|
||||
#include "input.h"
|
||||
|
||||
|
||||
|
||||
@@ -153,7 +153,7 @@ int main (int argc, char* argv [])
|
||||
}
|
||||
} else {
|
||||
/* #### Testing */
|
||||
ReadPCXFile (Arg);
|
||||
ReadInputFile (Arg, ifAuto);
|
||||
}
|
||||
|
||||
/* Next argument */
|
||||
|
||||
Reference in New Issue
Block a user