RwAddTextureToDict(char *texturename, RwTexture *texture);
Description
Inserts a texture into the current dictionary.
Arguments
name Name to be given to the texture.
texture Texture to be placed in the dictionary.
Return Value
texture on success, NULL otherwise.
Comments
The texture cannot already be in a texture dictionary.
See Also