home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d114 / wblander.lha / WBLander / Source / sample.h < prev    next >
Text File  |  1987-11-22  |  193b  |  12 lines

  1. /* front-end include file for Amiga audio samples created by Karl's
  2.  * IFF 8SVX to C source converter.  19 June 87
  3.  */
  4.  
  5. typedef struct 
  6. {
  7.     int sampsec, nsamples;
  8.     BYTE *sampledata;
  9. } Sample;
  10.  
  11.  
  12.