MCPcopy Create free account
hub / github.com/JoshuaPostel/texaform / LoadGameLayout

Class LoadGameLayout

src/ui/load_game.rs:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11#[derive(Debug, Default)]
12pub struct LoadGameLayout {
13 pub save_files: Rect,
14 pub surface_preview: Rect,
15 pub metadata: Rect,
16}
17
18impl LoadGameLayout {
19 pub fn new(width: u16, height: u16) -> LoadGameLayout {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected