src/newgrf_sound.cpp
changeset 8157 1505def01945
parent 8144 65cec0877b78
child 8786 1823ff88a054
equal deleted inserted replaced
8156:7c7f8e9f68f1 8157:1505def01945
     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 "newgrf_callbacks.h"
     9 #include "newgrf_callbacks.h"
    11 #include "newgrf_engine.h"
    10 #include "newgrf_engine.h"
    12 #include "newgrf_sound.h"
    11 #include "newgrf_sound.h"
    13 #include "vehicle_base.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