1 2 3 4 5 6
use super::*; #[pqlfn] pub fn straight_board(ctx: &PQLFnContext, street: PQLStreet) -> PQLBoolean { core::straight_board(ctx.game, ctx.get_board(street)) }