spine_atlas_get_error method

Pointer<utf8> spine_atlas_get_error(
  1. spine_atlas atlas
)

Implementation

ffi.Pointer<utf8> spine_atlas_get_error(
  spine_atlas atlas,
) {
  return _spine_atlas_get_error(
    atlas,
  );
}