Public Member Functions | |
| void | load (byte *source, int size) |
| int | getCount () const |
| Graphics::Surface * | getFrame (int index) const |
| uint16 | getFlags () const |
| int16 | getWidth () const |
| int16 | getHeight () const |
Protected Attributes | |
| Common::Array< Graphics::Surface * > | _frames |
| uint16 | _flags |
| int16 | _width |
| int16 | _height |
Additional Inherited Members | |
Public Attributes inherited from Made::Resource | |
| ResourceSlot * | _slot |