#include <animationinfo.h>
Public Member Functions | |
| AnimationInfo (ifstream *f, Display *) | |
| ~AnimationInfo () | |
| int | TotalDuration () |
| void | Flip () |
| void | CreateMasks () |
| SDL_Surface * | GetFrame (int f) |
| int | GetDuration (int f) |
| int | GetNFrames () |
| Mask * | GetMask (int f) |
Private Attributes | |
| string | title |
| AnimationInfo * | flipsrc |
| int | colorkey |
| int | flags |
| int | nframes |
| string * | filenames |
| int * | durations |
| SDL_Surface ** | frames |
| Mask ** | masks |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3-rc3