home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 577a.lha / Bomber_v1.2 / Sources.LZH / Sources / sound.h < prev   
Text File  |  1991-11-21  |  128b  |  13 lines

  1. /*
  2.  * sound.h
  3.  *
  4.  */
  5.  
  6. enum {
  7.     SOUND_CLICK = 0,
  8.     SOUND_EXPLOSION,
  9.     SOUND_SIEG,
  10.     SOUND_ANFANG,
  11.     SOUND_HIGHSCORE,
  12.     SOUND_ANZAHL };
  13.