MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / PKR_LoadAsset

Function PKR_LoadAsset

src/SB/Core/x/xpkrsvc.cpp:719–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717}
718
719void* PKR_LoadAsset(st_PACKER_READ_DATA* pr, U32 aid, const char*, void*)
720{
721 return PKR_FindAsset(pr, aid);
722}
723
724U32 PKR_GetAssetSize(st_PACKER_READ_DATA* pr, U32 aid)
725{

Callers

nothing calls this directly

Calls 1

PKR_FindAssetFunction · 0.70

Tested by

no test coverage detected