All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 39s
6 lines
139 B
Zig
6 lines
139 B
Zig
const Position = @import("Position.zig");
|
|
|
|
anchor: Position = .{ .col = 1, .row = 1 }, // top left corner by default
|
|
cols: u16,
|
|
rows: u16,
|