move from printf to logX() - unfinished.

This commit is contained in:
2021-11-03 12:39:23 +01:00
parent 45c01f59f7
commit 0e117bc2f9
9 changed files with 178 additions and 93 deletions

View File

@@ -11,8 +11,8 @@
*
*/
#ifndef ROOK_H
#define ROOK_H
#ifndef MOVE_H
#define MOVE_H
#include "chessdefs.h"
#include "position.h"
@@ -54,4 +54,4 @@ int pseudo_moves_gen(pos_t *pos, piece_list_t *piece);
int pseudo_moves_pawn(pos_t *pos, piece_list_t *piece);
int moves_get(pos_t *pos);
#endif
#endif /* MODE_H */