mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 13:17:44 +00:00
Post-merge fixes.
This commit is contained in:
@@ -7,11 +7,13 @@
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
class Position;
|
||||
struct StateInfo;
|
||||
class Thread;
|
||||
namespace Stockfish {
|
||||
class Position;
|
||||
struct StateInfo;
|
||||
class Thread;
|
||||
}
|
||||
|
||||
namespace Tools {
|
||||
namespace Stockfish::Tools {
|
||||
|
||||
int set_from_packed_sfen(Position& pos, const PackedSfen& sfen, StateInfo* si, Thread* th);
|
||||
PackedSfen sfen_pack(Position& pos);
|
||||
|
||||
Reference in New Issue
Block a user