1bmp_read_line(3) Allegro manual bmp_read_line(3)
23
4
NAME
6bmp_read_line - Direct access bank switching line selection for read‐
7ing. Allegro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
unsigned long bmp_read_line(BITMAP *bmp, int line);
14
DESCRIPTION
16Selects the line of a bitmap that you are going to read from.
17
RETURN VALUE
19Returns the address of the selected line for reading.
2021
SEE ALSO
23exflame(3)
2425
26
27
Allegro version 4.4.2 bmp_read_line(3)