NNS_G3dFreeAnmObj

Syntax

#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

2004/08/02 Initial version.


CONFIDENTIAL