* Creates a blank set of extra sprite data. */
| 26 | * Creates a blank set of extra sprite data. |
| 27 | */ |
| 28 | ExtraSprites::ExtraSprites() : _width(320), _height(200), _singleImage(false), _modIndex(0), _subX(0), _subY(0) |
| 29 | { |
| 30 | } |
| 31 | |
| 32 | /** |
| 33 | * Cleans up the extra sprite set. |
nothing calls this directly
no outgoing calls
no test coverage detected