--- np2/macos9/soundmng.h 2003/10/23 07:20:43 1.1 +++ np2/macos9/soundmng.h 2003/11/14 07:37:29 1.3 @@ -16,16 +16,21 @@ void soundmng_destroy(void); #define soundmng_reset() void soundmng_play(void); void soundmng_stop(void); +#if !defined(SOUND_CRITICAL) +void soundmng_sync(void); +#else #define soundmng_sync() +#endif #define soundmng_setreverse(reverse) #define soundmng_pcmplay(num, loop) #define soundmng_pcmstop(num) - -// ---- for mac - #ifdef __cplusplus } #endif + +// ---- for mac + +