We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d5b2a commit 2ccbb7aCopy full SHA for 2ccbb7a
minesweeper/src/lib.rs
@@ -1,5 +1,5 @@
1
mod minesweeper_logic;
2
pub use minesweeper_logic::basic_types::SizeType;
3
-pub use minesweeper_logic::field_info::FieldType;
+pub use minesweeper_logic::field_info::{FieldInfo, FieldState, FieldType};
4
pub use minesweeper_logic::game::{Game, GameLevel};
5
pub use minesweeper_logic::results::{FlagResult, OpenInfo, OpenResult};
0 commit comments