From 1ffad2c95c8d0010f93aef94a19fc0505183a296 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Wed, 20 Nov 2002 03:13:45 +0000 Subject: [PATCH] Changed obsolete stuff. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@218 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/test.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sc2/src/sc2code/test.c b/sc2/src/sc2code/test.c index 55840f479..03a6cc177 100644 --- a/sc2/src/sc2code/test.c +++ b/sc2/src/sc2code/test.c @@ -1,12 +1,14 @@ #include #include #include "sndlib.h" -#include "SDL_wrapper.h" +#include "starcon.h" +#include "libs/sound/sound_common.h" int main (int argc, char *argv[]) { - InitSound (argc, argv); +// InitSound (argc, argv); + TFB_InitSound (TFB_SOUNDDRIVER_SDL, 0, 44100); while (1) {