From 4335899161a4b3b00ae2b4a4ba1d2e29b6ff595c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 30 Apr 2022 16:32:35 +0100 Subject: [PATCH] gamestate: Add divider comment We're going to add more above here, and it's getting big. Signed-off-by: Ian Jackson --- src/gamestate.rs | 2 ++ 1 file changed, 2 insertions(+) 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 } -- 2.30.2