DEADSOFTWARE

ab1d3e78868fae62e9a6b62f7cc08fa4912577e3
[flatwaifu.git] / src / music.h
1 #ifndef MUSIC_H_INCLUDED
2 #define MUSIC_H_INCLUDED
4 extern short mus_vol;
5 extern char music_random;
6 extern int music_time;
7 extern int music_fade;
9 void S_initmusic (void);
10 void S_donemusic (void);
11 void S_startmusic (int time);
12 void S_stopmusic (void);
13 void S_volumemusic (int v);
14 void F_loadmus (char n[8]);
15 void F_freemus (void);
16 void S_updatemusic (void);
18 #endif /* MUSIC_H_INCLUDED */