Pass the source image of the conversion down to the output function, so they
are able to output the image properties as comments. git-svn-id: svn://svn.cc65.org/cc65/trunk@5616 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -37,6 +37,9 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
/* common */
|
||||
#include "attrib.h"
|
||||
|
||||
/* sp65 */
|
||||
#include "attr.h"
|
||||
#include "bin.h"
|
||||
@@ -50,7 +53,8 @@
|
||||
|
||||
|
||||
|
||||
void WriteBinFile (const StrBuf* Data, const Collection* A)
|
||||
void WriteBinFile (const StrBuf* Data, const Collection* A,
|
||||
const Bitmap* B attribute ((unused)))
|
||||
/* Write the contents of Data to the given file in binary format */
|
||||
{
|
||||
unsigned Size;
|
||||
|
||||
Reference in New Issue
Block a user