14 void S_initmusic (void) {
18 void S_donemusic (void) {
22 void S_startmusic (int time
) {
26 void S_stopmusic (void) {
30 void S_volumemusic (int v
) {
34 void F_loadmus (char n
[8]) {
38 void F_freemus (void) {
42 void S_updatemusic (void) {
48 snd_t
*S_get (int id
) {
52 snd_t
*S_load (const char name
[8]) {
56 void S_free (snd_t
*s
) {
68 short S_play (snd_t
*s
, short c
, short v
) {
72 void S_stop (short c
) {
76 void S_volume (int v
) {