Define some functions and responsabilities for image generation.
Still very preliminary work.
This commit is contained in:
@ -47,6 +47,11 @@ struct Iso_File_Src {
|
||||
*/
|
||||
int iso_file_src_create(Ecma119Image *img, IsoFile *file, IsoFileSrc **src);
|
||||
|
||||
/**
|
||||
* Free the IsoFileSrc especific data
|
||||
*/
|
||||
void iso_file_src_free(Ecma119Image *img);
|
||||
|
||||
// TODO not implemented
|
||||
int iso_file_src_open(IsoFileSrc *file);
|
||||
|
||||
|
Reference in New Issue
Block a user