diff options
author | Tom Barrett <tombarrett@siu.edu> | 2017-11-24 01:31:41 -0600 |
---|---|---|
committer | Tom Barrett <tombarrett@siu.edu> | 2017-11-24 01:31:41 -0600 |
commit | a853a837b8cb991d8c55496401bef02275139c4e (patch) | |
tree | 0b436b49c15ead9cb572fcb6796bed49cafa8a68 /src/constants.rs | |
parent | fb20a0f84419dab4c8949d9a9ca30d3b75f9665c (diff) |
-added giving a grid placement order
Diffstat (limited to 'src/constants.rs')
-rw-r--r-- | src/constants.rs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/constants.rs b/src/constants.rs index 84e7653..fe8aa0c 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -1,4 +1,4 @@ -#[allow(dead_code)] +#![allow(dead_code)] pub enum Colors { None, @@ -13,3 +13,9 @@ pub enum Orders { Move, Wander, } + +pub enum Commands { + Go, + Grid, + Finish, +} |