diff options
| author | 2014-01-14 18:44:46 +0100 | |
|---|---|---|
| committer | 2014-01-14 18:44:46 +0100 | |
| commit | af2ada5a25f030543808a58b8eb323ac6417e051 (patch) | |
| tree | 0cefb99e02492e3efe4b78a144271a60f8ee32ef /die.h | |
| parent | e0be899041064c0ffce1e32bc789bd12502a73fc (diff) | |
| download | OneRoll-af2ada5a25f030543808a58b8eb323ac6417e051.tar.gz OneRoll-af2ada5a25f030543808a58b8eb323ac6417e051.zip | |
Update die.h
adding getFaces and getLastRolledValue API
Diffstat (limited to 'die.h')
| -rw-r--r-- | die.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,10 @@ public: void replaceLastValue(qint64 value); + qint64 getLastRolledValue(); + quint64 getFaces(); + + private: |