summaryrefslogtreecommitdiff
path: root/win32.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-03-12 09:38:03 +0000
committertron <tron@openttd.org>2005-03-12 09:38:03 +0000
commitf04780e66d038b0fc9f376dcec1e77d2d94ae29b (patch)
tree340956851983446ee2f0d5ae554a95a5a94cbbca /win32.c
parent70be35f319ecf29f81332ef124475b8ed748d5e4 (diff)
downloadopenttd-f04780e66d038b0fc9f376dcec1e77d2d94ae29b.tar.xz
(svn r2000) Split the sound system into backend (mixer.[ch]) and frontend (sound.[ch])
Diffstat (limited to 'win32.c')
-rw-r--r--win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32.c b/win32.c
index 9bd3a9cab..8f1e124d3 100644
--- a/win32.c
+++ b/win32.c
@@ -4,7 +4,7 @@
#include "string.h"
#include "table/strings.h"
#include "gfx.h"
-#include "sound.h"
+#include "mixer.h"
#include "window.h"
#include "gui.h"
#include <windows.h>