clear_bitmap - Clears the bitmap to color 0. Allegro game programming library.
#include <allegro.h> void clear_bitmap(BITMAP *bitmap);
Clears the bitmap to color 0.
clear_to_color(3alleg)