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

version 1.6, 2004/02/18 21:58:41 version 1.7, 2004/03/24 06:07:57
Line 33  void sound_sync(void); Line 33  void sound_sync(void);
 const SINT32 *sound_pcmlock(void);  const SINT32 *sound_pcmlock(void);
 void sound_pcmunlock(const SINT32 *hdl);  void sound_pcmunlock(const SINT32 *hdl);
   
   #if defined(SUPPORT_WAVEREC)
   BOOL sound_recstart(const char *filename);
   void sound_recstop(void);
   #endif
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }
 #endif  #endif

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


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