mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 10:06:26 +08:00
Retire move.h
Also some assorted comments fixes and other trivia. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
|
||||
#include "move.h"
|
||||
#include "types.h"
|
||||
|
||||
class Position;
|
||||
@@ -74,7 +73,7 @@ extern void init();
|
||||
extern int64_t perft(Position& pos, Depth depth);
|
||||
extern void think();
|
||||
|
||||
}
|
||||
} // namespace
|
||||
|
||||
extern void do_timer_event();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user