Mail Archives: djgpp/1998/12/31/17:30:00
void blit(BITMAP *source, BITMAP *dest, int source_x, int source_y, int
dest_x, int dest_y, int width, int height);
Example:
blit(buffer,screen, 0, 0, 0,0, 640,480);
Mad Cow wrote:
> ahem..how do i use allegro's "blit"? I see it in allegro
> tutorials but they never say HOW to use blit.
> the allegro documentation doesn't even explain it..
> all i need is something like this-->
>
> /** hline(BITMAP *bmp, int x, int y, int y2, int color); **/
>
> just an explanation like the above..thats all i want...
> thanks!
- Raw text -