.\" Generated by the Allegro makedoc utility .TH bmp_unwrite_line 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME bmp_unwrite_line \- Direct access bank switching line release. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void bmp_unwrite_line(BITMAP *bmp); .SH DESCRIPTION Releases the bitmap memory after you are finished with it. You only need to call this once at the end of a drawing operation, even if you have called bmp_write_line() or bmp_read_line() several times before it. .SH SEE ALSO .BR exflame (3alleg4), .BR exlights (3alleg4)