Diff for /np2/sound/Attic/wavemix.h between versions 1.1 and 1.3

version 1.1, 2004/01/08 16:29:56 version 1.3, 2004/02/18 21:58:41
Line 1 Line 1
   
 #if defined(SUPPORT_WAVEMIX)  #error
   
 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  
   

Removed from v.1.1  
changed lines
  Added in v.1.3


RetroPC.NET-CVS <cvs@retropc.net>