37 #ifndef AGS_LIB_AASTR_AASTR_H 38 #define AGS_LIB_AASTR_AASTR_H 40 #include "ags/lib/allegro.h" 49 void aa_stretch_blit(BITMAP *src, BITMAP *dst,
50 int sx,
int sy,
int sw,
int sh,
51 int dx,
int dy,
int dw,
int dh);
52 void aa_stretch_sprite(BITMAP *dst, BITMAP *src,
53 int dx,
int dy,
int dw,
int dh);
56 void aa_rotate_scaled_bitmap(BITMAP *src, BITMAP *dst,
57 int x,
int y, fixed angle,
58 fixed scalex, fixed scaley);
59 void aa_rotate_scaled_sprite(BITMAP *dst, BITMAP *src,
60 int x,
int y, fixed angle,
61 fixed scalex, fixed scaley);
62 void aa_rotate_bitmap(BITMAP *src, BITMAP *dst,
63 int x,
int y, fixed angle);
64 void aa_rotate_sprite(BITMAP *dst, BITMAP *src,
65 int x,
int y, fixed angle);