Diff for /np2/x11/soundmng.h between versions 1.6 and 1.7

version 1.6, 2011/01/15 18:43:13 version 1.7, 2011/01/15 19:16:58
Line 1 Line 1
 #ifndef NP2_X11_SOUNGMNG_H__  #ifndef NP2_X11_SOUNGMNG_H__
 #define NP2_X11_SOUNGMNG_H__  #define NP2_X11_SOUNGMNG_H__
   
 #ifdef __cplusplus  G_BEGIN_DECLS
 extern "C" {  
 #endif  
   
 enum {  enum {
         SOUND_PCMSEEK,          SOUND_PCMSEEK,
Line 42  void soundmng_pcmvolume(UINT num, int vo Line 40  void soundmng_pcmvolume(UINT num, int vo
   
 #else   /* NOSOUND */  #else   /* NOSOUND */
   
 #define soundmng_create(rate, ms)       0, (void)rate, (void)ms  #define soundmng_create(rate, ms)       0
 #define soundmng_destroy()  #define soundmng_destroy()
 #define soundmng_reset()  #define soundmng_reset()
 #define soundmng_play()  #define soundmng_play()
Line 63  void soundmng_pcmvolume(UINT num, int vo Line 61  void soundmng_pcmvolume(UINT num, int vo
   
 #endif  /* !NOSOUND */  #endif  /* !NOSOUND */
   
 #ifdef __cplusplus  G_END_DECLS
 }  
 #endif  
   
 #endif  /* NP2_X11_SOUNGMNG_H__ */  #endif  /* NP2_X11_SOUNGMNG_H__ */

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


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