src/sound.cpp
changeset 8106 e6790dd9e750
parent 8095 f834186120af
child 8130 d2eb7d04f6e1
equal deleted inserted replaced
8105:49739cef9a00 8106:e6790dd9e750
     8 #include "landscape.h"
     8 #include "landscape.h"
     9 #include "map.h"
     9 #include "map.h"
    10 #include "mixer.h"
    10 #include "mixer.h"
    11 #include "sound.h"
    11 #include "sound.h"
    12 #include "vehicle.h"
    12 #include "vehicle.h"
    13 #include "window.h"
       
    14 #include "viewport.h"
    13 #include "viewport.h"
    15 #include "fileio.h"
    14 #include "fileio.h"
    16 #include "newgrf_sound.h"
    15 #include "newgrf_sound.h"
    17 #include "helpers.hpp"
    16 #include "helpers.hpp"
    18 #include "fios.h"
    17 #include "fios.h"
       
    18 #include "window_gui.h"
    19 
    19 
    20 static uint _file_count;
    20 static uint _file_count;
    21 static FileEntry *_files;
    21 static FileEntry *_files;
    22 
    22 
    23 // Number of levels of panning per side
    23 // Number of levels of panning per side