Newer
Older
// See slide directory. This file exists to make the individual slides accessible to the
// rest of the code.
/// Returns whether "done" i.e. whether should switch to next slide.
/// Renders slide into UI.
fn show(&mut self, ui: &mut Ui);