move_do2: save/restore state inside func; perft: add silent option
This commit is contained in:
@@ -19,4 +19,7 @@
|
||||
pos_t *move_do(pos_t *pos, const move_t move);//, state_t *state);
|
||||
pos_t *move_undo(pos_t *pos, const move_t move);//, const state_t *state);
|
||||
|
||||
pos_t *move_do2(pos_t *pos, const move_t move, state_t *state);
|
||||
pos_t *move_undo2(pos_t *pos, const move_t move, const state_t *state);
|
||||
|
||||
#endif /* MOVE_DO_H */
|
||||
|
Reference in New Issue
Block a user