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) {