flutterxel_core_save method
Implementation
bool flutterxel_core_save(
ffi.Pointer<ffi.Char> filename,
int exclude_images,
int exclude_tilemaps,
int exclude_sounds,
int exclude_musics,
) {
return _flutterxel_core_save(
filename,
exclude_images,
exclude_tilemaps,
exclude_sounds,
exclude_musics,
);
}