Current section

Files

Jump to
gchess include game_server_ApplyMoveUciString.hrl
Raw

include/game_server_ApplyMoveUciString.hrl

-record(apply_move_uci_string, {
reply_with :: gleam@erlang@process:subject({ok, game:game()} |
{error, binary()}),
move :: binary()
}).