Diff for /np2/sound/sound.h between versions 1.5 and 1.6

version 1.5, 2004/02/18 20:11:37 version 1.6, 2004/02/18 21:58:41
Line 3 Line 3
 #define SOUNDCALL  #define SOUNDCALL
 #endif  #endif
   
 #if defined(SUPPORT_WAVEMIX)  
 #include        "wavemix.h"  
 #endif  
   
 typedef void (SOUNDCALL * SOUNDCB)(void *hdl, SINT32 *pcm, UINT count);  typedef void (SOUNDCALL * SOUNDCB)(void *hdl, SINT32 *pcm, UINT count);
   
 typedef struct {  typedef struct {

Removed from v.1.5  
changed lines
  Added in v.1.6


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