Update and rename constants.cpp to cpp/constants.cpp

This commit is contained in:
Coding with Tom
2025-01-12 21:40:19 +00:00
committed by GitHub
parent 8762287845
commit 2b2242d47d

View File

@@ -1,3 +1,4 @@
#include "constants.h" #include "constants.h"
const unsigned long long ROOK_ATTACKS[64][4096] = const unsigned long long ROOK_ATTACKS[64][4096] =
@@ -720,3 +721,4 @@ const unsigned long long SQUARE_BBS[64] =
}; };