summaryrefslogtreecommitdiff
path: root/src/engine
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/command.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/command.rs b/src/engine/command.rs
index e6dbedf..c4268c5 100644
--- a/src/engine/command.rs
+++ b/src/engine/command.rs
@@ -1,7 +1,7 @@
use std::fmt;
use super::geometry::Point;
-#[derive(Debug, Clone, Copy)]
+#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum Command {
Nothing,
Build(Point, BuildingType),