UnloadAnim

Unloads an animation

Synopsis

void UnloadAnim (ANIM * animPtr)

Description

Unloads an animation file previously loaded with LoadAnim(), and frees all resources acquired during the load process.

Arguments

animPtr
Pointer to an ANIM structure which was returned from the LoadAnim() function.

Associated Files

lib3do.lib, parse3do.h

See Also

LoadAnim