Method
ShumateVectorSpriteSheetadd_sprite
Declaration [src]
void
shumate_vector_sprite_sheet_add_sprite (
ShumateVectorSpriteSheet* self,
const char* name,
ShumateVectorSprite* sprite
)
Parameters
name |
const char* |
The name of the sprite. |
|
| The data is owned by the caller of the function. | |
| The string is a NUL terminated UTF-8 string. | |
sprite |
ShumateVectorSprite |
| The data is owned by the caller of the function. |