rsnaker/graphics/menus/retro_parameter_table/
mod.rs

1pub mod customized_with_doc;
2pub mod customized_with_edit;
3pub mod customized_with_fruits;
4pub mod customized_with_highscore;
5pub mod customized_with_speed;
6/// An as generic as possible table for parameter implementation, data are loaded in `parameter_helper`,
7/// as long as (control, apply: wip (take a &mut self) and footer
8pub mod generic_logic;
9pub mod generic_style;