minor fix
This commit is contained in:
parent
fa59784230
commit
df07b4399d
@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "castle_side.hpp"
|
||||
#include "pieces/piece.hpp"
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
@ -11,5 +12,5 @@ struct Move {
|
||||
bool is_capturing = false;
|
||||
CastleSide castle_side = CastleSide::NeitherSide;
|
||||
bool en_passant = false;
|
||||
int8_t promoting_to = 0;
|
||||
int8_t promoting_to = Piece::None;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user