w32dm.c
changeset 1317 f382f1b439c7
parent 1301 313804601383
child 1891 92a3b0aa0946
equal deleted inserted replaced
1316:a7352de83a2b 1317:f382f1b439c7
    27 #include "stdafx.h"
    27 #include "stdafx.h"
    28 
    28 
    29 #ifdef WIN32_ENABLE_DIRECTMUSIC_SUPPORT
    29 #ifdef WIN32_ENABLE_DIRECTMUSIC_SUPPORT
    30 
    30 
    31 #include "ttd.h"
    31 #include "ttd.h"
       
    32 #include "string.h"
    32 #include "sound.h"
    33 #include "sound.h"
    33 #include "hal.h"
    34 #include "hal.h"
    34 
    35 
    35 static const char * DMusicMidiStart(const char * const *parm);
    36 static const char * DMusicMidiStart(const char * const *parm);
    36 static void DMusicMidiStop(void);
    37 static void DMusicMidiStop(void);