RwAddUserDrawToClump(RwClump *clump, RwUserDraw *userdraw);
Description
Adds the user-draw to the clump. If the user-draw is already owned by another clump, it is first removed from that clump.
Arguments
clump Pointer to the clump.
userdraw Pointer to the user-draw.
Return Value
The argument clump if successful, and NULL otherwise.
See Also