const MAX_UNDOS: usize = 100;
Max number of undo points.
TODO(emilk): decide based on how much memory the blueprint uses instead.