stego.git
move.h

/* stego - chess engine
* Copyright (C) 2025 ArcNyxx <me@arcnyxx.net>
* see LICENCE file for licensing information */
#ifndef MOVE_H
#define MOVE_H
#include "stego.h"
void mv(board_t *bd);
void mk(board_t *bd, sq_t from, sq_t to);
#endif /* MOVE_H */