--- np2/sound/Attic/wavemix.h 2004/01/08 16:29:56 1.1 +++ np2/sound/Attic/wavemix.h 2004/02/18 21:58:41 1.3 @@ -1,27 +1,3 @@ -#if defined(SUPPORT_WAVEMIX) - -enum { - WAVEMIX_SEEK = 0, - WAVEMIX_SEEK1, - - WAVEMIX_CHANNELS -}; - -#ifdef __cplusplus -extern "C" { -#endif - -void wavemix_initialize(UINT rate); -void wavemix_deinitialize(void); - -void wavemix_play(UINT num, BOOL loop); -void wavemix_stop(UINT num); -void wavemix_bind(void); - -#ifdef __cplusplus -} -#endif - -#endif +#error