summaryrefslogtreecommitdiff
path: root/src/structs.rs
diff options
context:
space:
mode:
authorDennis Kobert <dennis@kobert.dev>2020-01-05 22:39:18 +0100
committerDennis Kobert <dennis@kobert.dev>2020-01-05 22:39:18 +0100
commitd343b5e10ec2dbd526decbfa984168cf2509f48c (patch)
tree6d62761a15a93d70ba68214cdb4f6f64a2e96071 /src/structs.rs
parentc583ee4faa552962594f7d5bf9b57bf62b6db5c0 (diff)
parent492045e538cf806bb49631dfbbaabbd8b566147e (diff)
Merge branch 'master' of kobert:/var/repos/babel
Diffstat (limited to 'src/structs.rs')
-rwxr-xr-xsrc/structs.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/structs.rs b/src/structs.rs
index 1d33215..55cff29 100755
--- a/src/structs.rs
+++ b/src/structs.rs
@@ -1,3 +1,4 @@
+#[derive(Clone, Debug)]
pub struct StoneWall {
rows: Vec<Vec<u32>>,
}