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