continued progress on aztec, no pass

This commit is contained in:
Henry Schimke
2022-09-23 17:09:46 -05:00
parent 96d42c23a6
commit fb08ee0e34
19 changed files with 2379 additions and 1624 deletions

View File

@@ -735,7 +735,7 @@ impl Detector {
}
#[derive(Debug, Copy, Clone, Eq, PartialEq)]
struct Point {
pub struct Point {
x: i32,
y: i32,
}