diff options
Diffstat (limited to 'src/search/moves.c')
| -rw-r--r-- | src/search/moves.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/search/moves.c b/src/search/moves.c index 7089886..c0cdb4e 100644 --- a/src/search/moves.c +++ b/src/search/moves.c @@ -2,6 +2,10 @@ #include <assert.h> #include <stdlib.h> +void position_make_move(position_t* position, move_t* move) { + +} + moves_t moves_init() { return moves_init_wcapacity(16); } |
