Files
cpl_cpp-project/Search.hpp

9 lines
118 B
C++

#ifndef CHESS_ENGINE_SEARCH_HPP
#define CHESS_ENGINE_SEARCH_HPP
class Search {
};
#endif //CHESS_ENGINE_SEARCH_HPP