equal
deleted
inserted
replaced
13 #include "window.h" |
13 #include "window.h" |
14 #include "viewport.h" |
14 #include "viewport.h" |
15 #include "fileio.h" |
15 #include "fileio.h" |
16 #include "newgrf_sound.h" |
16 #include "newgrf_sound.h" |
17 #include "helpers.hpp" |
17 #include "helpers.hpp" |
|
18 #include "fios.h" |
18 |
19 |
19 static uint _file_count; |
20 static uint _file_count; |
20 static FileEntry *_files; |
21 static FileEntry *_files; |
21 |
22 |
22 #define SOUND_SLOT 63 |
|
23 // Number of levels of panning per side |
23 // Number of levels of panning per side |
24 #define PANNING_LEVELS 16 |
24 #define PANNING_LEVELS 16 |
25 |
25 |
26 |
26 |
27 static void OpenBankFile(const char *filename) |
27 static void OpenBankFile(const char *filename) |