home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / xgalaga-2_0_tar.gz / xgalaga-2_0_tar / xgalaga-2.0 / images.h < prev    next >
C/C++ Source or Header  |  1998-04-12  |  2KB  |  55 lines

  1. /* images.h.  Contains the #defines and extern's for all the image management
  2.    data [BDyess] */
  3. /* automatically created by scripts/mkimgsrc */
  4.  
  5. #include "Wlib.h"
  6.  
  7. W_Image * getImage P((int offset));
  8. void loadImageByFilename P((char *filename));
  9. void loadAllImages P((void));
  10.  
  11. #define I_DEFAULT              0
  12. #define I_AL                   0
  13. #define I_ALIEN1               1
  14. #define I_ALIEN10              2
  15. #define I_ALIEN11              3
  16. #define I_ALIEN12              4
  17. #define I_ALIEN13              5
  18. #define I_ALIEN14              6
  19. #define I_ALIEN15              7
  20. #define I_ALIEN16              8
  21. #define I_ALIEN17              9
  22. #define I_ALIEN2               10
  23. #define I_ALIEN3               11
  24. #define I_ALIEN4               12
  25. #define I_ALIEN5               13
  26. #define I_ALIEN6               14
  27. #define I_ALIEN7               15
  28. #define I_ALIEN8               16
  29. #define I_ALIEN9               17
  30. #define I_ETORP                18
  31. #define I_EXPLOSION            19
  32. #define I_EXTRA                20
  33. #define I_MINISHIP             21
  34. #define I_MTORP                22
  35. #define I_PAUSE                23
  36. #define I_PLAYER1              24
  37. #define I_PLAYER2              25
  38. #define I_PLAYER3              26
  39. #define I_PR_BLANK             27
  40. #define I_PR_BRAIN             28
  41. #define I_PR_DOUB              29
  42. #define I_PR_EXTRABULLET       30
  43. #define I_PR_LEMON             31
  44. #define I_PR_SHIELD            32
  45. #define I_PR_SING              33
  46. #define I_PR_SPEED             34
  47. #define I_PR_TRIP              35
  48. #define I_S1000                36
  49. #define I_S2000                37
  50. #define I_S4000                38
  51. #define I_S500                 39
  52. #define I_SHIELD               40
  53. #define I_TITLE                41
  54. #define I_LAST                 41
  55.