1al_destroy_bitmap(3) Library Functions Manual al_destroy_bitmap(3)
23
4
NAME
6al_destroy_bitmap
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_destroy_bitmap(ALLEGRO_BITMAP *bitmap)
12
DESCRIPTION
14Destroys the given bitmap, freeing all resources used by it. Does
15nothing if given the null pointer.
1617
18
19
Allegro reference manual al_destroy_bitmap(3)