1bmp_read_line(3)                Allegro manual                bmp_read_line(3)
2
3
4

NAME

6       bmp_read_line  -  Direct access bank switching line selection for read‐
7       ing. Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       unsigned long bmp_read_line(BITMAP *bmp, int line);
14

DESCRIPTION

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

RETURN VALUE

19       Returns the address of the selected line for reading.
20
21

SEE ALSO

23       exflame(3)
24
25
26
27Allegro                          version 4.4.3                bmp_read_line(3)
Impressum