#include <stdio.h>#include <stdlib.h>#include <string.h>#include "error.h"#include "types.h"#include "songs.h"#include "mono.h"#include "cfile.h"#include "digi.h"Functions | |
| void | songs_init () |
| void | songs_play_song (int songnum, int repeat) |
| void | songs_play_level_song (int levelnum) |
Variables | |
| song_info | Songs [MAX_SONGS] |
| int | Songs_initialized = 0 |
| int | cGameSongsAvailable = 0 |
| int | loop |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6