|
|
| version 1.6, 2003/11/28 08:01:33 | version 1.7, 2004/02/03 08:24:40 |
|---|---|
| Line 6 | Line 6 |
| #include "soundmng.h" | #include "soundmng.h" |
| #include "extromio.h" | #include "extromio.h" |
| #include "sound.h" | #include "sound.h" |
| #include "juliet.h" | |
| #if defined(VERMOUTH_LIB) | #if defined(VERMOUTH_LIB) |
| #include "vermouth.h" | #include "vermouth.h" |
| #endif | #endif |
| Line 172 static void streamenable(BOOL play) { | Line 173 static void streamenable(BOOL play) { |
| pDSData3->Stop(); | pDSData3->Stop(); |
| } | } |
| } | } |
| juliet_YMF288Enable(play); | |
| } | } |
| void soundmng_play(void) { | void soundmng_play(void) { |