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