aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.h
diff options
context:
space:
mode:
authorobiwankennedy <renaud@rolisteam.org>2014-01-14 18:44:46 +0100
committerobiwankennedy <renaud@rolisteam.org>2014-01-14 18:44:46 +0100
commitaf2ada5a25f030543808a58b8eb323ac6417e051 (patch)
tree0cefb99e02492e3efe4b78a144271a60f8ee32ef /die.h
parente0be899041064c0ffce1e32bc789bd12502a73fc (diff)
downloadOneRoll-af2ada5a25f030543808a58b8eb323ac6417e051.tar.gz
OneRoll-af2ada5a25f030543808a58b8eb323ac6417e051.zip
Update die.h
adding getFaces and getLastRolledValue API
Diffstat (limited to 'die.h')
-rw-r--r--die.h4
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: