add move_t forward decl.

This commit is contained in:
2023-07-09 15:42:41 +02:00
parent 0df87ff41c
commit 4bca805404

View File

@@ -112,5 +112,6 @@ typedef s32 eval_t;
typedef struct piece_list_s piece_list_t;
typedef struct board_s board_t;
typedef struct pos_s pos_t;
typedef struct move_s move_t;
#endif