Name
CloseAnim -- close animation handle (V5.0)
Synopsis
void CloseAnim(APTR handle);
Function
This function must close the specified animation handle that has been allocated by your plugin's
OpenAnim()
function. Hollywood will call
CloseAnim()
when it is done with your animation.
Inputs
handle
handle returned by
OpenAnim()
Show TOC