1bmp_unwrite_line(3) Allegro manual bmp_unwrite_line(3)
2
3
4
6 bmp_unwrite_line - Direct access bank switching line release. Allegro
7 game programming library.
8
10 #include <allegro.h>
11
12
13 void bmp_unwrite_line(BITMAP *bmp);
14
16 Releases the bitmap memory after you are finished with it. You only
17 need to call this once at the end of a drawing operation, even if you
18 have called bmp_write_line() or bmp_read_line() several times before
19 it.
20
21
23 exflame(3), exlights(3)
24
25
26
27Allegro version 4.4.3 bmp_unwrite_line(3)