1remove_sound(3)                 Allegro manual                 remove_sound(3)
2
3
4

NAME

6       remove_sound  -  Cleans  up  after you are finished with the sound rou‐
7       tines. Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       void remove_sound();
14

DESCRIPTION

16       Cleans up after you are finished with the  sound  routines.  You  don't
17       normally need to call this, because allegro_exit() will do it for you.
18
19

SEE ALSO

21       install_sound(3), allegro_exit(3)
22
23
24
25Allegro                          version 4.4.3                 remove_sound(3)
Impressum