src/newgrf_sound.cpp
branchNewGRF_ports
changeset 6872 1c4a4a609f85
parent 6871 5a9dc001e1ad
child 9837 c9ec4f82e0d0
equal deleted inserted replaced
6871:5a9dc001e1ad 6872:1c4a4a609f85
     3 /** @file newgrf_sound.cpp */
     3 /** @file newgrf_sound.cpp */
     4 
     4 
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     6 #include "openttd.h"
     6 #include "openttd.h"
     7 #include "oldpool.h"
     7 #include "oldpool.h"
     8 #include "sound.h"
       
     9 #include "engine.h"
     8 #include "engine.h"
    10 #include "vehicle.h"
       
    11 #include "newgrf_callbacks.h"
     9 #include "newgrf_callbacks.h"
    12 #include "newgrf_engine.h"
    10 #include "newgrf_engine.h"
    13 #include "newgrf_sound.h"
    11 #include "newgrf_sound.h"
       
    12 #include "vehicle_base.h"
       
    13 #include "sound_func.h"
    14 
    14 
    15 static uint _sound_count = 0;
    15 static uint _sound_count = 0;
    16 STATIC_OLD_POOL(SoundInternal, FileEntry, 3, 1000, NULL, NULL)
    16 STATIC_OLD_POOL(SoundInternal, FileEntry, 3, 1000, NULL, NULL)
    17 
    17 
    18 
    18