home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d186 / cards'o'rama.lha / Cards'O'Rama / Sources / sources.zoo / mydefines.h < prev    next >
Text File  |  1989-02-25  |  2KB  |  72 lines

  1. /*                               mydefines.h                            */
  2. /*                                                                      */
  3. /* These are some of my #define...                                      */
  4.  
  5. #define PROGRAM 0
  6. #define GAME 1
  7. #define LEVEL 2
  8. #define OPPONENT 3
  9.  
  10. #define CARDNUM 17                     /* How many cards */
  11. #define CARDSIZE 390                   /* WORDs per each card */
  12. #define ARRAYSIZE CARDSIZE * CARDNUM   /* Dimension of the data array */
  13. #define SCALE 2147483647.0             /* Used by shufflecards.c */
  14.  
  15. #define PLAYERX_SHADOW 255
  16. #define PLAYERX 253
  17. #define PLAYERY_SHADOW 16
  18. #define PLAYERY 14
  19. #define TURNX_SHADOW 271
  20. #define TURNX 269
  21. #define TURNY_SHADOW 30
  22. #define TURNY 28
  23. #define TURN_NUMBERX_SHADOW 279
  24. #define TURN_NUMBERX 277
  25. #define TURN_NUMBERY_SHADOW 41
  26. #define TURN_NUMBERY 39
  27. #define SCOREX_SHADOW 267
  28. #define SCOREX 265
  29. #define SCOREY_SHADOW 55
  30. #define SCOREY 53
  31. #define POINTSX_SHADOW 267
  32. #define POINTSX 265
  33. #define POINTSY_SHADOW 66
  34. #define POINTSY 64
  35. #define COLOR1 10
  36. #define COLOR2 23
  37. #define COLOR3 29
  38.  
  39. #define FIRST 1
  40. #define SECOND 2
  41.  
  42. #define DUMMY_VALUE 84055     /* It's only my telephone number */
  43. #define PICKED_THANKS 100
  44. #define PICKED_ABOUT 101
  45. #define PICKED_EXIT 102
  46. #define PICKED_START 103
  47. #define PICKED_PEEK 104
  48. #define PICKED_QUIT 105
  49. #define PICKED_EASY 106
  50. #define PICKED_NORMAL 107
  51. #define PICKED_HARD 108
  52. #define PICKED_AMIGA 109
  53. #define PICKED_HUMAN 110
  54. #define PICKED_YEAH 200
  55. #define PICKED_NAAH 201
  56. #define PICKED_CLICK 202
  57.  
  58. #define SCWIDTH 320
  59. #define YOFFSET_SHADOW 186
  60. #define YOFFSET 184
  61.  
  62. #define START_STRING          "Take a look at these cards..."
  63. #define PICK_FIRST_STRING     "Now click on the first card"
  64. #define PICK_SECOND_STRING    "And now click on the second card"
  65. #define RIGHT_STRING          "GREAT! You've got them: continue..."
  66. #define WRONG_STRING          "HEY! Your memory has gone: pass..."
  67. #define PEEK_STRING           "...Okay, you asked for it..."
  68. #define NO_PEEK_STRING        "Sorry, you can't peek... yet!"
  69. #define TOO_MUCH_STRING       "Sorry, you can't peek no more!"
  70.  
  71. #define PEEKIMAGESIZE 285
  72.