home *** CD-ROM | disk | FTP | other *** search
- /* Menu number defines */
- #define GAME 0
- #define PLAY 0
- #define SAVE 1
- #define SAVEAS 2
- #define LOAD 3
- #define RESTART 4
- #define QUIT 5
-
- #define OPTION 1
- #define SETPLAYLEVEL 0
- #define HUMANVSHUMAN 1
- #define AMIGAVSAMIGA 2
- #define AMIGAVSHUMAN 3
- #define AMIGAPLAYSBLACK 4
- #define AMIGAPLAYSWHITE 5
- #define BLACKTOPLAY 6
- #define WHITETOPLAY 7
-
- #define MOVE 2
- #define PASS 0
- #define TAKEBACKMOVE 1
- #define SCOREGAME 2
-
- #define INFO 3
- #define SHOWLOOKAHEAD 0
- #define MOVEREASON 1
- #define GROUPINFO 2
-
-