home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 288.lha / AmiGo_v1.0 / menus.h < prev    next >
Text File  |  1989-08-22  |  498b  |  30 lines

  1. /* Menu number defines */
  2. #define GAME 0
  3. #define PLAY 0
  4. #define SAVE 1
  5. #define SAVEAS 2
  6. #define LOAD 3
  7. #define RESTART 4
  8. #define QUIT 5
  9.  
  10. #define OPTION 1
  11. #define SETPLAYLEVEL 0
  12. #define HUMANVSHUMAN 1
  13. #define AMIGAVSAMIGA 2
  14. #define AMIGAVSHUMAN 3
  15. #define AMIGAPLAYSBLACK 4
  16. #define AMIGAPLAYSWHITE 5
  17. #define BLACKTOPLAY 6
  18. #define WHITETOPLAY 7
  19.  
  20. #define MOVE 2
  21. #define PASS 0
  22. #define TAKEBACKMOVE 1
  23. #define SCOREGAME 2
  24.  
  25. #define INFO 3
  26. #define SHOWLOOKAHEAD 0
  27. #define MOVEREASON 1
  28. #define GROUPINFO 2
  29.  
  30.