pivot_sprite_v_flip(3) - Linux man page
Name
pivot_sprite_v_flip - Rotates and flips a sprite around a specified point. Allegro game programming library.Synopsis
#include <allegro.h>void pivot_sprite_v_flip(BITMAP *bmp, BITMAP *sprite, int x, int y, int cx, int cy, fixed angle);