destroy_compiled_sprite - Destroys a compiled sprite. Allegro game programming library.
Contents
Description
Destroys a compiled sprite structure previously returned by get_compiled_sprite(). If you pass a NULL
pointer this function won't do anything. Use this once you are done with a compiled sprite to avoid
memory leaks in your program.
Name
destroy_compiled_sprite - Destroys a compiled sprite. Allegro game programming library.
See Also
get_compiled_sprite(3alleg4) Allegro version 4.4.3 destroy_compiled_sprite(3alleg4)
Synopsis
#include<allegro.h>voiddestroy_compiled_sprite(COMPILED_SPRITE*sprite);
