Issue 505: Support for saving IFF/ILBM format, compatible with Deluxe Paint 3

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1993 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2012-09-15 18:05:44 +00:00
parent 3ae0ff5edf
commit 56cdbc4c10
7 changed files with 397 additions and 303 deletions

View File

@@ -259,8 +259,6 @@ void Set_file_error(int value);
/*
void Init_preview(short width,short height,long size,int format,enum PIXEL_RATIO ratio);
*/
void Init_write_buffer(void);
void Write_one_byte(FILE *file, byte b);
void End_write(FILE *file);
#endif