Diff for /np2/sound/sound.h between versions 1.2 and 1.3

version 1.2, 2003/10/20 06:36:33 version 1.3, 2004/01/08 16:29:56
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.2  
changed lines
  Added in v.1.3


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