stellar

Stellar - Chess engine written in C
Log | Files | Refs

magic.h (177B)


      1 #ifndef STELLAR_ATTACKS_MAGIC_H
      2 #define STELLAR_ATTACKS_MAGIC_H
      3 
      4 #include "utils.h"
      5 
      6 extern const U64 bishop_magic_numbers[64];
      7 extern const U64 rook_magic_numbers[64];
      8 
      9 #endif