stellar

UCI 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"
2 namespace attack {
4 void init(void) {
5 bishop::init();
6 rook::init();
7 }
9 } // namespace attack