Animated image support Currently only animated GIFs are supported.
Defined in SDL_image.h
typedef struct IMG_Animation { int w, h; int count; SDL_Surface **frames; int *delays; } IMG_Animation;
CategoryAPI, CategoryAPIStruct