|
Tux4Kids-Common
|
An animated sprite using a collection of SDL_Surfaces. More...
#include <t4k_common.h>
Data Fields | |
| SDL_Surface * | frame [MAX_SPRITE_FRAMES] |
| SDL_Surface * | default_img |
| int | num_frames |
| int | cur |
An animated sprite using a collection of SDL_Surfaces.
sprite
| int sprite::cur |
| SDL_Surface* sprite::default_img |
| SDL_Surface* sprite::frame[MAX_SPRITE_FRAMES] |
| int sprite::num_frames |