summaryrefslogtreecommitdiff
path: root/sdl.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
commitb40a2fcd0d7c80ce2871b508363f10ab8ab75802 (patch)
tree340956851983446ee2f0d5ae554a95a5a94cbbca /sdl.c
parentfa9506b191d8a6ddbc6f7d65eb27d450a6f95a94 (diff)
downloadopenttd-b40a2fcd0d7c80ce2871b508363f10ab8ab75802.tar.xz
(svn r2000) Split the sound system into backend (mixer.[ch]) and frontend (sound.[ch])
Diffstat (limited to 'sdl.c')
-rw-r--r--sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl.c b/sdl.c
index 9433faa73..c2f432c9d 100644
--- a/sdl.c
+++ b/sdl.c
@@ -4,7 +4,7 @@
#include "ttd.h"
#include "debug.h"
#include "gfx.h"
-#include "sound.h"
+#include "mixer.h"
#include "window.h"
#include <SDL.h>
#include "player.h"