stellarUCI Chess engine written in C++20 |
git clone git://git.dimitrijedobrota.com/stellar.git |
Log | Files | Refs | README | LICENSE |
attack.cpp (124B)
0 #include "attack.hpp" 1 2 namespace attack { 3 4 void init(void) { 5 bishop::init(); 6 rook::init(); 7 } 8 9 } // namespace attack