#include <nnsys/g3d/binres/res_struct_accessor.h>
void*
NNS_G3dGetResDataByName(
const NNSG3dResDict* dict,
const NNSG3dResName* name
);
| dict | The pointer to the dictionary |
name |
The resource name |
Returns the pointer to the entry that corresponds to the resource name. Returns a NULL if an entry that corresponds to the resource name cannot be found.
This function searches for the entry that corresponds to the resource name from the dictionary dict.
08/02/2004 Initial version.