1destroy_rle_sprite(3) Allegro manual destroy_rle_sprite(3)
2
3
4
6 destroy_rle_sprite - Destroys an RLE sprite. Allegro game programming
7 library.
8
10 #include <allegro.h>
11
12
13 void destroy_rle_sprite(RLE_SPRITE *sprite);
14
16 Destroys an RLE sprite structure previously returned by
17 get_rle_sprite(). If you pass a NULL pointer this function won't do
18 anything. Use this once you are done with an RLE sprite to avoid memory
19 leaks in your program.
20
21
23 get_rle_sprite(3)
24
25
26
27Allegro version 4.4.3 destroy_rle_sprite(3)