Skip to main content

read_resource_files_from_scratch

Function read_resource_files_from_scratch 

Source
pub unsafe fn read_resource_files_from_scratch(
    ptr: *mut u8,
) -> Option<Vec<ResourceFile>>
Expand description

Read a list of resource files (index, relative path) from scratch.

ยงSafety

ptr must point to a valid SHM allocation.