NNS_G3dFreeAnmObj

C Specification

#include <nnsys/g3d/mem.h>
void
NNS_G3dFreeAnmObj(
NNSFndAllocator* pAlloc,
NNSG3dAnmObj*       pAnmObj
);

Arguments

pAlloc Pointer to the memory allocator
pAnmObj Pointer to the allocated region in NNS_G3dAllocAnmObj()

Return Values

None.

Description

Frees the region of the animation object.

See Also

NNS_G3dAllocAnmObj

Revision History

08/02/2004 Initial version.