Initial work on outlining the dynamic side of the library.
This commit is contained in:
@@ -1 +1,2 @@
|
||||
pub type LevelInt = u8;
|
||||
pub const MAX_MOVES: usize = 4;
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1 +1,2 @@
|
||||
pub type LevelInt = u8;
|
||||
pub const MAX_MOVES: usize = 4;
|
||||
|
||||