home *** CD-ROM | disk | FTP | other *** search
/ MORE WinGames / WINGAMES.iso / chess / color.h < prev    next >
Text File  |  1991-01-12  |  1KB  |  44 lines

  1. /*
  2.   C source for GNU CHESS
  3.  
  4.   Revision: 1990-09-30
  5.   Modified by Daryl Baker for use in MS WINDOWS environment
  6.  
  7.   This file is part of CHESS.
  8.  
  9.   CHESS is distributed in the hope that it will be useful, but WITHOUT ANY
  10.   WARRANTY.  No author or distributor accepts responsibility to anyone for
  11.   the consequences of using it or for whether it serves any particular
  12.   purpose or works at all, unless he says so in writing.  Refer to the CHESS
  13.   General Public License for full details.
  14.  
  15.   Everyone is granted permission to copy, modify and redistribute CHESS, but
  16.   only under the conditions described in the CHESS General Public License.
  17.   A copy of this license is supposed to have been given to you along with
  18.   CHESS so you can know your rights and responsibilities.  It should be in a
  19.   file named COPYING.  Among other things, the copyright notice and this
  20.   notice must be preserved on all copies.
  21. */
  22.  
  23. #define IDD_HEADING  200
  24. #define IDD_OK       201
  25. #define IDD_CANCEL   202
  26.  
  27. #define CNT_BLACK    100
  28. #define CNT_BLUE     101
  29. #define CNT_GREEN    102
  30. #define CNT_CYAN     103
  31. #define CNT_RED      104
  32. #define CNT_PINK     105
  33. #define CNT_YELLOW   106
  34. #define CNT_PALEGRAY 107
  35. #define CNT_DARKGRAY 108
  36. #define CNT_DARKBLUE 109
  37. #define CNT_DARKGREEN   110
  38. #define CNT_DARKCYAN    111
  39. #define CNT_DARKRED     112
  40. #define CNT_DARKPINK    113
  41. #define CNT_BROWN       114
  42. #define CNT_WHITE       115
  43.  
  44.