Subversion Repositories Games.Chess Giants

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #if !defined(H_GTBTYPES)
  2. #define H_GTBTYPES
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. /*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
  7. #include "sysport.h"
  8.  
  9. typedef uint32_t                        sq_t;
  10. typedef uint8_t                         pc_t;
  11. typedef uint32_t                        mv_t;
  12. typedef int32_t                         tbkey_t;
  13. typedef uint16_t                        dtm_t;
  14. typedef int32_t                         index_t;
  15.  
  16. #define MAXINDEX_T                      ((1ul << 31)-1ul)
  17.  
  18. /*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
  19. #ifdef __cplusplus
  20. }
  21. #endif
  22. #endif
  23.  
  24.  
  25.  
  26.