From: Ian Jackson Date: Sat, 30 Apr 2022 15:32:35 +0000 (+0100) Subject: gamestate: Add divider comment X-Git-Tag: otter-1.1.0~392 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4335899161a4b3b00ae2b4a4ba1d2e29b6ff595c;p=otter.git gamestate: Add divider comment We're going to add more above here, and it's getting big. Signed-off-by: Ian Jackson --- diff --git a/src/gamestate.rs b/src/gamestate.rs index 72fea482..ff2f0806 100644 --- a/src/gamestate.rs +++ b/src/gamestate.rs @@ -421,6 +421,8 @@ impl Timestamp { } } +// ---------- positions and ClampTable ---------- + #[derive(Error,Debug,Copy,Clone)] #[error("position off table")] pub struct PosOffTableError { pub clamped: T }