Add placeholder engine and search
This commit is contained in:
8
Search.hpp
Normal file
8
Search.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef CHESS_ENGINE_SEARCH_HPP
|
||||
#define CHESS_ENGINE_SEARCH_HPP
|
||||
|
||||
class Search {
|
||||
|
||||
};
|
||||
|
||||
#endif //CHESS_ENGINE_SEARCH_HPP
|
Reference in New Issue
Block a user