.\" Generated by the Allegro makedoc utility .TH rotate_scaled_sprite_lit 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME rotate_scaled_sprite_lit \- Rotates and stretches a sprite. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void rotate_scaled_sprite_lit(BITMAP *bmp, BITMAP *sprite, int x, int y, .B fixed angle, fixed scale); .SH DESCRIPTION Like rotate_sprite_lit(), but stretches or shrinks the image at the same time as rotating it. .SH SEE ALSO .BR rotate_sprite_lit (3alleg4), .BR rotate_scaled_sprite_v_flip_lit (3alleg4), .BR pivot_scaled_sprite_lit (3alleg4), .BR pivot_scaled_sprite_v_flip_lit (3alleg4), .BR exrotscl (3alleg4)