int Sprite_resetMass(CmdFX_Sprite *sprite)
Resets the mass of a sprite.
int Sprite_setMass(CmdFX_Sprite *sprite, int mass)
Sets the mass of a sprite.
int Sprite_getMass(CmdFX_Sprite *sprite)
Gets the mass of a sprite.
int Sprite_getDefaultMass(CmdFX_Sprite *sprite)
Gets the default mass of a sprite.
Represents a sprite that can be drawn to the terminal.
Definition sprites.h:28