Constant rusty_freecell::game::UNDO_LEVELS
source · const UNDO_LEVELS: usize = 1000;Expand description
The maximum number of undo levels the game supports.
const UNDO_LEVELS: usize = 1000;The maximum number of undo levels the game supports.