Diff for /np2/sound/sound.h between versions 1.9 and 1.10

version 1.9, 2005/02/09 20:11:35 version 1.10, 2005/04/05 20:37:07
Line 36  const SINT32 *sound_pcmlock(void); Line 36  const SINT32 *sound_pcmlock(void);
 void sound_pcmunlock(const SINT32 *hdl);  void sound_pcmunlock(const SINT32 *hdl);
   
 #if defined(SUPPORT_WAVEREC)  #if defined(SUPPORT_WAVEREC)
 BOOL sound_recstart(const char *filename);  BOOL sound_recstart(const OEMCHAR *filename);
 void sound_recstop(void);  void sound_recstop(void);
 #endif  #endif
   

Removed from v.1.9  
changed lines
  Added in v.1.10


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