chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65bbf9a
)
gamestate: Add divider comment
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 30 Apr 2022 15:32:35 +0000
(16:32 +0100)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/src/gamestate.rs
b/src/gamestate.rs
index 72fea48200560fabbd1fb72a16dd6fbed0c95a5a..ff2f0806eb3ce9a48b34f6f05b9e519ae8269e4f 100644
(file)
--- 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<T:Debug> { pub clamped: T }