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