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

version 1.3, 2005/02/07 14:46:13 version 1.4, 2005/03/29 06:50:38
Line 50  typedef struct { Line 50  typedef struct {
 } _INSTRUMENT, *INSTRUMENT;  } _INSTRUMENT, *INSTRUMENT;
   
   
   #ifdef __cplusplus
   extern "C" {
   #endif
   
 int inst_singleload(MIDIMOD mod, UINT bank, UINT num);  int inst_singleload(MIDIMOD mod, UINT bank, UINT num);
 int inst_bankload(MIDIMOD mod, UINT bank);  int inst_bankload(MIDIMOD mod, UINT bank);
 void inst_bankfree(MIDIMOD mod, UINT bank);  void inst_bankfree(MIDIMOD mod, UINT bank);
   
   #ifdef __cplusplus
   }
   #endif
   

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


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