src/sound.cpp
changeset 8139 4e91c448c409
parent 8131 160939e24ed3
child 8144 65cec0877b78
equal deleted inserted replaced
8138:dbfdc08fa6b9 8139:4e91c448c409
     3 /** @file sound.cpp */
     3 /** @file sound.cpp */
     4 
     4 
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     6 #include "openttd.h"
     6 #include "openttd.h"
     7 #include "landscape.h"
     7 #include "landscape.h"
     8 #include "map.h"
       
     9 #include "mixer.h"
     8 #include "mixer.h"
    10 #include "sound.h"
     9 #include "sound.h"
    11 #include "vehicle.h"
    10 #include "vehicle.h"
    12 #include "viewport.h"
    11 #include "viewport.h"
    13 #include "fileio.h"
    12 #include "fileio.h"
    14 #include "newgrf_sound.h"
    13 #include "newgrf_sound.h"
    15 #include "fios.h"
    14 #include "fios.h"
    16 #include "window_gui.h"
    15 #include "window_gui.h"
    17 #include "core/alloc_func.hpp"
    16 #include "core/alloc_func.hpp"
       
    17 #include "map_func.h"
    18 
    18 
    19 static uint _file_count;
    19 static uint _file_count;
    20 static FileEntry *_files;
    20 static FileEntry *_files;
    21 
    21 
    22 // Number of levels of panning per side
    22 // Number of levels of panning per side