Current section

Files

Jump to
gchess include game_ApplyMoveUCI.hrl
Raw

include/game_ApplyMoveUCI.hrl

-record(apply_move_uci, {
reply_with :: gleam@erlang@process:subject(game:game()),
move :: binary()
}).