1remove_sound(3) Allegro manual remove_sound(3)
23
4
NAME
6remove_sound - Cleans up after you are finished with the sound rou‐
7tines. Allegro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void remove_sound();
14
DESCRIPTION
16Cleans up after you are finished with the sound routines. You don't
17normally need to call this, because allegro_exit() will do it for you.
1819
SEE ALSO
21install_sound(3), allegro_exit(3)
2223
24
25
Allegro version 4.4.3 remove_sound(3)