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

version 1.1, 2004/01/08 16:29:56 version 1.2, 2004/01/09 04:36:02
Line 5  enum { Line 5  enum {
         WAVEMIX_SEEK    = 0,          WAVEMIX_SEEK    = 0,
         WAVEMIX_SEEK1,          WAVEMIX_SEEK1,
   
         WAVEMIX_CHANNELS          WAVEMIX_MAXTRACK
 };  };
   
   enum {
           WMFLAG_L                = 0x0001,
           WMFLAG_R                = 0x0002,
           WMFLAG_LOOP             = 0x0004
   };
   
   
 #ifdef __cplusplus  #ifdef __cplusplus
 extern "C" {  extern "C" {
 #endif  #endif

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


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