|
Functions |
SWError | SWCreateSpriteFromSingleFileXY (SpritePtr *newSpriteP, void *spriteStorageP, const char *fileName, int frameWidth, int frameHeight, int borderWidth, int borderHeight, int hasOutsideBorder, long maxFrames) |
SWError | SWCreateSpriteFromFileSequence (SpritePtr *newSpriteP, void *spriteStorageP, const char *filename, int start, long maxFrames) |
SWError | SWCreateSpriteFromFile (SpritePtr *newSpriteP, void *spriteStorageP, const char *file, long maxFrames) |
SWError | SWCreateSprite (SpritePtr *newSpriteP, void *spriteStorage, long maxFrames) |
SWError | SWCloneSprite (SpritePtr cloneSpriteP, SpritePtr *newSpriteP, void *spriteStorageP) |