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

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

Description

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

Name

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

Return Value

       Returns the address of the selected line for reading.

See Also

exflame(3alleg4)

Allegro                                           version 4.4.3                           bmp_read_line(3alleg4)

Synopsis

#include<allegro.h>unsignedlongbmp_read_line(BITMAP*bmp,intline);

See Also