logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

draw_rle_sprite - Draws an RLE sprite. Allegro game programming library.

Description

       Draws an RLE sprite onto a bitmap at the specified position. Example:

          RLE_SPRITE *rle_sprite;
          ...
          draw_rle_sprite(screen, rle_sprite, 100, 100);

Name

       draw_rle_sprite - Draws an RLE sprite. Allegro game programming library.

See Also

get_rle_sprite(3alleg4),               draw_sprite(3alleg4),               draw_compiled_sprite(3alleg4),
       draw_trans_rle_sprite(3alleg4), draw_lit_rle_sprite(3alleg4), bitmap_mask_color(3alleg4)

Allegro                                           version 4.4.3                         draw_rle_sprite(3alleg4)

Synopsis

#include<allegro.h>voiddraw_rle_sprite(BITMAP*bmp,constRLE_SPRITE*sprite,intx,inty);

See Also