(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

View File

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