equal
deleted
inserted
replaced
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" |
6 #include "../functions.h" |
7 #include "mixer.h" |
7 #include "../mixer.h" |
8 #include "sound/win32_s.h" |
8 #include "win32_s.h" |
9 #include <windows.h> |
9 #include <windows.h> |
|
10 #include <mmsystem.h> |
10 |
11 |
11 static HWAVEOUT _waveout; |
12 static HWAVEOUT _waveout; |
12 static WAVEHDR _wave_hdr[2]; |
13 static WAVEHDR _wave_hdr[2]; |
13 static int _bufsize; |
14 static int _bufsize; |
14 |
15 |