Dispose of an IMG_Animation and free its resources.
Defined in <SDL3_image/SDL_image.h>
void IMG_FreeAnimation(IMG_Animation *anim);
IMG_Animation * | anim | IMG_Animation to dispose of. |
The provided anim
pointer is not valid once this call returns.
This function is available since SDL_image 3.0.0.