MCPcopy Create free account
hub / github.com/CleanCut/invaders / menu.rs

File menu.rs

src/menu.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::frame::{Drawable, Frame};
2
3pub struct Menu {
4 pub options: Vec<String>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected