src/sound/win32_s.cpp
branchNewGRF_ports
changeset 6872 1c4a4a609f85
parent 6720 35756db7e577
child 9837 c9ec4f82e0d0
equal deleted inserted replaced
6871:5a9dc001e1ad 6872:1c4a4a609f85
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 #include "../stdafx.h"
     3 #include "../stdafx.h"
     4 #include "../openttd.h"
     4 #include "../openttd.h"
     5 #include "../driver.h"
     5 #include "../driver.h"
     6 #include "../functions.h"
       
     7 #include "../mixer.h"
     6 #include "../mixer.h"
     8 #include "../helpers.hpp"
     7 #include "../core/alloc_func.hpp"
     9 #include "win32_s.h"
     8 #include "win32_s.h"
    10 #include <windows.h>
     9 #include <windows.h>
    11 #include <mmsystem.h>
    10 #include <mmsystem.h>
    12 
    11 
    13 static FSoundDriver_Win32 iFSoundDriver_Win32;
    12 static FSoundDriver_Win32 iFSoundDriver_Win32;