Current section

Files

Jump to
gchess include game_ApplyMove.hrl
Raw

include/game_ApplyMove.hrl

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