Difference for main/digi.h from version 1.1 to 1.2


version 1.1 version 1.2
Line 19
 
Line 19
  * Include file for sound hardware.   * Include file for sound hardware.
  *    *
  * $Log$   * $Log$
  * Revision 1.1  1999/06/14 22:12:14  donut   * Revision 1.2  1999/11/15 10:43:15  sekmu
  * Initial revision   * added freq/br to digi_sound struct for alt sounds
    *
    * Revision 1.1.1.1  1999/06/14 22:12:14  donut
    * Import of d1x 1.37 source.
  *   *
  * Revision 2.0  1995/02/27  11:28:40  john   * Revision 2.0  1995/02/27  11:28:40  john
  * New version 2.0, which has no anonymous unions, builds with   * New version 2.0, which has no anonymous unions, builds with
Line 149
 
Line 152
 typedef SAMPLE digi_sound;  typedef SAMPLE digi_sound;
 #else  #else
 typedef struct digi_sound       {  typedef struct digi_sound       {
           int bits;
           int freq;
  int length;   int length;
  ubyte * data;   ubyte * data;
 } digi_sound;  } digi_sound;

Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2