mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33:09 +00:00
Simplify bitboard.cpp
This commit is contained in:
parent
f09d0013e4
commit
57e512b7a3
1 changed files with 0 additions and 6 deletions
|
@ -1,15 +1,9 @@
|
|||
#include <algorithm>
|
||||
#include <cstring> // For std::memset
|
||||
|
||||
#include "bitboard.h"
|
||||
//#include "misc.h"
|
||||
|
||||
Bitboard FileBB[FILE_NB];
|
||||
Bitboard RankBB[RANK_NB];
|
||||
Bitboard AdjacentFilesBB[FILE_NB];
|
||||
Bitboard InFrontBB[COLOR_NB][RANK_NB];
|
||||
Bitboard BetweenBB[SQUARE_NB][SQUARE_NB];
|
||||
Bitboard LineBB[SQUARE_NB][SQUARE_NB];
|
||||
Bitboard ForwardBB[COLOR_NB][SQUARE_NB];
|
||||
Bitboard PassedPawnMask[COLOR_NB][SQUARE_NB];
|
||||
Bitboard PawnAttackSpan[COLOR_NB][SQUARE_NB];
|
||||
|
|
Loading…
Add table
Reference in a new issue