| 10 | |
| 11 | #[derive(Debug, Default)] |
| 12 | pub struct LoadGameLayout { |
| 13 | pub save_files: Rect, |
| 14 | pub surface_preview: Rect, |
| 15 | pub metadata: Rect, |
| 16 | } |
| 17 | |
| 18 | impl LoadGameLayout { |
| 19 | pub fn new(width: u16, height: u16) -> LoadGameLayout { |
nothing calls this directly
no outgoing calls
no test coverage detected