RwGetNextClump(RwClump *clump);
Description
Retrieves the next sibling of the clump.
Arguments
clump Pointer to the clump.
Return Value
A pointer to the sibling clump. NULL is returned if the clump has no next sibling or an error occurred. Errors can be checked for using RwGetError().
See Also