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

version 1.3, 2005/03/18 09:23:11 version 1.4, 2006/12/16 09:43:24
Line 36  BRESULT cfgfile_getfile(MIDIMOD mod, con Line 36  BRESULT cfgfile_getfile(MIDIMOD mod, con
                                                                                                         OEMCHAR *path, int size);                                                                                                          OEMCHAR *path, int size);
 BRESULT cfgfile_load(MIDIMOD mod, const OEMCHAR *filename, int depth);  BRESULT cfgfile_load(MIDIMOD mod, const OEMCHAR *filename, int depth);
   
   void midimod_lock(MIDIMOD hdl);
   void midimod_unlock(MIDIMOD hdl);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }
 #endif  #endif

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


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