Add placeholder engine and search

This commit is contained in:
2022-12-23 09:44:57 +01:00
parent a4d5dbbc84
commit bcf4d66c49
6 changed files with 60 additions and 2 deletions

8
Search.hpp Normal file
View File

@@ -0,0 +1,8 @@
#ifndef CHESS_ENGINE_SEARCH_HPP
#define CHESS_ENGINE_SEARCH_HPP
class Search {
};
#endif //CHESS_ENGINE_SEARCH_HPP