(svn r2000) Split the sound system into backend (mixer.[ch]) and frontend (sound.[ch])

This commit is contained in:
tron
2005-03-12 09:38:03 +00:00
parent 70be35f319
commit f04780e66d
8 changed files with 201 additions and 168 deletions

2
sdl.c
View File

@@ -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"