chiark / gitweb /
gamestate: Add divider comment
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 30 Apr 2022 15:32:35 +0000 (16:32 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 30 Apr 2022 15:32:35 +0000 (16:32 +0100)
We're going to add more above here, and it's getting big.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/gamestate.rs

index 72fea48200560fabbd1fb72a16dd6fbed0c95a5a..ff2f0806eb3ce9a48b34f6f05b9e519ae8269e4f 100644 (file)
@@ -421,6 +421,8 @@ impl Timestamp {
   }
 }
 
+// ---------- positions and ClampTable ----------
+
 #[derive(Error,Debug,Copy,Clone)]
 #[error("position off table")]
 pub struct PosOffTableError<T:Debug> { pub clamped: T }