#include <nnsys/g3d/mem.h>
void
NNS_G3dFreeAnmObj(
NNSFndAllocator* pAlloc,
NNSG3dAnmObj* pAnmObj
);
pAlloc | Pointer to the memory allocator |
pAnmObj | Pointer to the allocated region in NNS_G3dAllocAnmObj() |
None.
Frees the region of the animation object.
2004/08/02 Initial version.
CONFIDENTIAL