home *** CD-ROM | disk | FTP | other *** search
/ Game Programming - All in One (3rd Edition) / game_prog_all_in_one_3rd_ed.iso / sources / chapter18 / tankwar_r8 / datafile.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-30  |  663 b   |  15 lines

  1. /* Allegro datafile object indexes, produced by dat v4.2.0, MinGW32 */
  2. /* Datafile: sounds.dat */
  3. /* Date: Wed Aug 30 02:11:54 2006 */
  4. /* Do not hand edit! */
  5.  
  6. #define AMMO_WAV                         0        /* SAMP */
  7. #define FIRE_WAV                         1        /* SAMP */
  8. #define GOOPY_WAV                        2        /* SAMP */
  9. #define HARP_WAV                         3        /* SAMP */
  10. #define HIT1_WAV                         4        /* SAMP */
  11. #define HIT2_WAV                         5        /* SAMP */
  12. #define OHHH_WAV                         6        /* SAMP */
  13. #define SCREAM_WAV                       7        /* SAMP */
  14.  
  15.