#include <nitro/env.h>
void ENV_PrependResourceSet( ENVResource* resourceSet );
resourceSet |
The pointer to the resource array. |
None.
This function adds the resource array used in searching for resources.
Adds resourceSet to the resource array set until then. Added at the top of the list within the system.
Refer to ENV_SetResourceSet()
for more on specifying the resource array.
ENV_Init
ENV_AppendResourceSet, ENV_SetResourceSet, ENV_InsertResourceSet,
08/29/2005 Initial version.