Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
bmp_read_line(3)		 Allegro manual 		bmp_read_line(3)

NAME
     bmp_read_line  -  Direct  access bank switching line selection for reading.
     Allegro game programming library.

SYNOPSIS
     #include <allegro.h>

     unsigned long bmp_read_line(BITMAP *bmp, int line);

DESCRIPTION
     Selects the line of a bitmap that you are going to read from.

RETURN VALUE
     Returns the address of the selected line for reading.

SEE ALSO
     exflame(3)

Allegro 			  version 4.4.3 		bmp_read_line(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bmp_read_line&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help