index
:
OneRoll
cpp
feat-group-merge-variable
gh-pages
main
OneRoll: An efficient dice expression parsing tool, based on Rust and PEG grammar | 高效的骰子表达式解析工具, 基于 Rust 与 PEG 文法
HydroRoll-Team
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
die.h
4
1 files changed, 4 insertions, 0 deletions
diff --git a/die.h b/die.h
index e949d81..2a2134c 100644
--- a/
die.h
+++ b/
die.h
@@ -24,6 +24,10 @@ public:
void replaceLastValue(qint64 value);
+ qint64 getLastRolledValue();
+ quint64 getFaces();
+
+
private: