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:
Marco Costalba
2011-12-04 10:53:40 +01:00
parent a44c5cf4f7
commit 81cd417b45
19 changed files with 164 additions and 205 deletions

View File

@@ -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();