Current section

Files

Jump to
gchess include move_Normal.hrl
Raw

include/move_Normal.hrl

-record(normal, {
from :: position:position(),
to :: position:position(),
captured :: gleam@option:option(piece:piece()),
promotion :: gleam@option:option(piece:piece())
}).