Move evaluation of attributes into the input routine.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5592 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -38,6 +38,9 @@
|
||||
|
||||
|
||||
|
||||
/* common */
|
||||
#include "coll.h"
|
||||
|
||||
/* sp65 */
|
||||
#include "bitmap.h"
|
||||
|
||||
@@ -49,7 +52,7 @@
|
||||
|
||||
|
||||
|
||||
Bitmap* ReadPCXFile (const char* Name);
|
||||
Bitmap* ReadPCXFile (const Collection* A);
|
||||
/* Read a bitmap from a PCX file */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user