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

  1. /*
  2.   C source for GNU CHESS
  3.  
  4.   Revision: 1990-09-30
  5.  
  6.   Modified by Daryl Baker for use in MS WINDOWS environment
  7.  
  8.   This file is part of CHESS.
  9.  
  10.   CHESS is distributed in the hope that it will be useful, but WITHOUT ANY
  11.   WARRANTY.  No author or distributor accepts responsibility to anyone for
  12.   the consequences of using it or for whether it serves any particular
  13.   purpose or works at all, unless he says so in writing.  Refer to the CHESS
  14.   General Public License for full details.
  15.  
  16.   Everyone is granted permission to copy, modify and redistribute CHESS, but
  17.   only under the conditions described in the CHESS General Public License.
  18.   A copy of this license is supposed to have been given to you along with
  19.   CHESS so you can know your rights and responsibilities.  It should be in a
  20.   file named COPYING.  Among other things, the copyright notice and this
  21.   notice must be preserved on all copies.
  22. */
  23.  
  24. #define TMDLG_MIN 300
  25. #define TMDLG_MOV 100
  26.  
  27. #define TMDLG_600MIN  (TMDLG_MIN+600)
  28. #define TMDLG_60MIN  (TMDLG_MIN+60)
  29. #define TMDLG_30MIN  (TMDLG_MIN+30)
  30. #define TMDLG_15MIN  (TMDLG_MIN+15)
  31. #define TMDLG_5MIN   (TMDLG_MIN+5)
  32.  
  33. #define TMDLG_60MOV  (TMDLG_MOV+60)
  34. #define TMDLG_40MOV  (TMDLG_MOV+40)
  35. #define TMDLG_20MOV  (TMDLG_MOV+20)
  36. #define TMDLG_10MOV  (TMDLG_MOV+10)
  37. #define TMDLG_1MOV   (TMDLG_MOV+1)
  38.