Diff for /np2/sound/vermouth/midimod.h between versions 1.3 and 1.5

version 1.3, 2005/03/18 09:23:11 version 1.5, 2006/12/16 12:11:07
Line 32  typedef struct { Line 32  typedef struct {
 extern "C" {  extern "C" {
 #endif  #endif
   
 BRESULT cfgfile_getfile(MIDIMOD mod, const OEMCHAR *filename,  BRESULT VERMOUTHCL midimod_getfile(MIDIMOD mod, const OEMCHAR *filename,
                                                                                                         OEMCHAR *path, int size);                                                                                                          OEMCHAR *path, int size);
 BRESULT cfgfile_load(MIDIMOD mod, const OEMCHAR *filename, int depth);  void VERMOUTHCL midimod_lock(MIDIMOD mod);
   void VERMOUTHCL midimod_unlock(MIDIMOD mod);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }

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


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