src/sound.cpp
changeset 7805 7ab20f94cc80
parent 7591 06202df3799e
child 7922 a7e266f966d9
equal deleted inserted replaced
7804:fc2d1522f741 7805:7ab20f94cc80
    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)